python - ImportError no module named accounts -
trying create simple login functionality using django, , i'm pretty new using python , django. i've been searching while, haven't found fixes problem. i'm running django using ms vs2010, i'm working under windows instead of typical linux environment. when run, this:
request method: request url: http://localhost:1214/accounts/signup django version: 1.4.3 exception type: importerror exception value: no module named accounts exception location: c:\python27\lib\site-packages\django\utils\importlib.py in import_module, line 35 python executable: c:\python27\python.exe python version: 2.7.3 python path: ['c:\\users\\brandon\\desktop\\advancedlogin\\advancedlogin', 'c:\\windows\\system32\\python27.zip', 'c:\\python27\\dlls', 'c:\\python27\\lib', 'c:\\python27\\lib\\plat-win', 'c:\\python27\\lib\\lib-tk', 'c:\\python27', 'c:\\python27\\lib\\site-packages']
i've got __init__.py
file in bot main project directory, , app directory, though haven't modified them @ all. i'm not sure go here. help appreciated!
did add together accounts settings.py?
python django
No comments:
Post a Comment