xenith/django-base-template

Local settings importerror

johnpena opened this issue · 0 comments

Probably being a little pedantic, but you should add a line to the setup instructions about copying projectname/settings/local-dist.py to projectname/settings/local.py, otherwise you'll immediately get

ImportError: Could not import settings 'projectname.settings' (Is it on sys.path?): No module named local (did you rename settings/local-dist.py?)

when you try to do a runserver.