Skip to content

Instantly share code, notes, and snippets.

@deependersingla
Created October 22, 2014 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deependersingla/9ab5fc726f1e4b25aa97 to your computer and use it in GitHub Desktop.
Save deependersingla/9ab5fc726f1e4b25aa97 to your computer and use it in GitHub Desktop.
error
Traceback (most recent call last):
File "./manage.py", line 90, in <module>
startup = importlib.import_module(edx_args.startup)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/edx/app/edxapp/edx-platform/lms/startup.py", line 5, in <module>
from django.conf import settings
ImportError: No module named django.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment