> Den 11/11/2014 kl. 15.48 skrev Niall <conwayni...@gmail.com>:
> 
> Hello, I was hoping that anyone could please advise me on a very simple issue 
> which I am having regarding running the dev server (see attachments). I am 
> receiving the following import error when attempting to run.
> 
> ImportError: No module named django.core.management

Do you have django installed? Try running:

python -c "import django;"

If not, run "pip install django"

Erik

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2B51C236-77EA-4724-A4C2-8A34614C39C9%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to