I have a custom setting which I would like to run with django-admin as such:
django-admin.py runserver --settings=portal.settings
The name of my project is 'portal' and in my project directory there's
already __init__.py so I assume that python will already recognize
this as a python module.
But instead I receive this error:
Error: Could not import settings 'portal.settings' (Is it on sys.path?
Does it have syntax errors?): No module named portal.settings
Have I missed on something here that needs to be configured?
Thank you very much in advance
--
If you can't believe in God the chances are your God is too small.
Read my blog: http://joshuajava.wordpress.com/
Follow me on twitter: http://twitter.com/jpartogi