Created
March 15, 2011 16:52
-
-
Save kracekumar/871020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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