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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -