Importerror: No Module Named 'django.contrib.sessions'
This app works fine in my development environment, but on my PythonAnywhere instance there seems to be an issue with Django. Any idea what could cause this? Traceback (most recent
Solution 1:
This must have been an issue with this particular version of Django (1.10.5
) as updating to 1.10.8
seems to have resolved it.
Post a Comment for "Importerror: No Module Named 'django.contrib.sessions'"