-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named django.core.management #10
Comments
I installed django on my ubuntu 14.04 desktop. now my error is Traceback (most recent call last): |
Hi @mikehomee - I'm afraid I haven't been working on this of late - very likely that the latest django has moved on and my code doesn't work with it. Please take a look at this pull request. I haven't been able to merge it yet but it might help solve the issues you're seeing - the submitter has been working to get the project "refreshed". Good luck. |
Thanks @phunt! |
No problem. |
HI @mikehomee ....first of all you have to install "sudo apt-get install libzookeeper-dev". change inside .manage.py with Setting.py TEMPLATE_LOADERS = ( 'django.template.loaders.eggs.load_template_source',) Installed apps: STATICFILES_DIRS = ( urls.py if settings.DEBUG: go with that procedure you have to run django and your monitoring will be start |
I'm sorry for being noob. But I need help. Please....
Traceback (most recent call last):
File "./manage.py", line 2, in
from django.core.management import execute_manager
ImportError: No module named django.core.management
The text was updated successfully, but these errors were encountered: