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
Post a Comment