Hi,
vinoth job:
> python manage.py syncdb
>
> Traceback (most recent call last):
> File "manage.py", line 8, in <module>
> from django.core.management import execute_from_command_line
> ImportError: No module named django.core.management
This error can also occur if the virtualenv is not actviated. Did you run
``source bin/activate`` (or the appropriate ``workon`` command, in case you're
using virtualenv-wrapper)? Does your shell prompt show the name of the
virtualenv?
If the virtualenv is activated: is Django really installed in the virtualenv?
What's the output of ``pip freeze|grep -i django`` (with the virtualenv being
active)?
--
René Fleschenberg
Am Stadtgarten 28, 45276 Essen, Germany
Phone:
+49 1577 170 7363
E-Mail:
re...@fleschenberg.net