You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow your instructions with Ubuntu 16.04 and I have this error message:
$ python manage.py runserver 8001
Traceback (most recent call last):
File "manage.py", line 7, in
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
After search by google and Stack Overflow I can not found any solution.
Kind regards,
Marco García Baturan. :-)
The text was updated successfully, but these errors were encountered:
@marcobaturan I'm a newly added maintainer, unfortunately the project had been left to stagnate since 2016 by the original authors. I feel it is likely you did not correctly install Django. Given the time between you reporting the issue and now, is it safe to assume that you have either solved the problem or abandoned it?
I follow your instructions with Ubuntu 16.04 and I have this error message:
$ python manage.py runserver 8001
Traceback (most recent call last):
File "manage.py", line 7, in
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
After search by google and Stack Overflow I can not found any solution.
Kind regards,
Marco García Baturan. :-)
The text was updated successfully, but these errors were encountered: