Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created March 15, 2011 16:52
Show Gist options
  • Save kracekumar/871020 to your computer and use it in GitHub Desktop.
Save kracekumar/871020 to your computer and use it in GitHub Desktop.
kracekumar@kracekumar-laptop:/media/OTHERS/wb development/python/codes/django/codechecker/src/checker/cc_frontend$ python manage.py runserver
Traceback (most recent call last):
File "manage.py", line 4, in <module>
import settings # Assumed to be in the same directory.
File "/media/OTHERS/wb development/python/codes/django/codechecker/src/checker/cc_frontend/settings.py", line 8, in <module>
TIME_ZONE = config.get('django', 'TIME_ZONE')
File "/usr/lib/python2.6/ConfigParser.py", line 531, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'django'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment