DanielleWingler / UnderstandingDjango

Generic basic code with precise understandable documentation to get a Django site up and running.
MIT License
0 stars 1 forks source link

Fix Bug Causing Hosting Issue #14

Open ashmbrown opened 10 years ago

ashmbrown commented 10 years ago

When I pull the code from github, something breaks and its hard to get it to work on the website even though the site works locally. We need to figure out where that bug exists.

DanielleWingler commented 10 years ago

I encountered a problem with pythonanywhere pulling the site files from my computer. There seems to be a problem with the WSGI file. The error I kept encountering was that there is no settings module in the settings.py file when a project is created with 1.6. I did a google search and it seems that this problem has been encountered before. http://stackoverflow.com/questions/19824666/django-1-6-with-python-3-3-default-settings-py-file

https://github.com/django/django/blob/master/docs/releases/1.6.txt