> Den 12/11/2014 kl. 01.39 skrev Niall <conwayni...@gmail.com>:
> 
> Hi Erik, yes it is installed but it comes up with the following error when I 
> try to run the server again.
> 
> I know that it is something simple like changing the PYTHONPATH so if you 
> could advise on why it is happening and how I should proceed that would be 
> great. 

manage.py can't find your settings.py file.

Your project layout is hopefully something like:

-manage.py
-my_project
 |
  - settings.py


In this case, manage.py should contain the line:

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'my_project.settings')


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/84EBF692-CCF8-4AB3-92A3-5E036B63F3EF%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to