> Den 11/11/2014 kl. 15.48 skrev Niall <[email protected]>: > > 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 [email protected]. To post to this group, send email to [email protected]. 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.

