django - what DJANGO_SETTINGS_MODULE shall I set? -


i new django , alien problem me. following simple tutorial trying set simple website. ran django-admin.py startproject mysite shell, popped out error saying could not import settings project.settings (is on sys.path)?

this project.settings exported in bash.rc export django_settings_module=project.settings following tutorial, have absolutely no idea it's doing.

i guess here's problem lies. think have configure project.setting don't know configure , content shall put in there.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -