Re: "Writing First App" Tutorial - no settings

2013-09-23 Thread pa xapy
which version of tutorial you working through? which version of django did you use? usually, with latest versions. your settings.py file should be in .../myproject/myproject/ folder. On Monday, September 23, 2013 2:04:07 PM UTC+4, Avril Lang wrote: > > So I'm obviously a newbie and working my

"Writing First App" Tutorial - no settings

2013-09-23 Thread Avril Lang
So I'm obviously a newbie and working my way through the tutorial. I created a project using startproject but whereas the tutorial is showing that I should see various files in this directory (__init__.py, settings.py etc) I can only see manage.py. I can connect to the server using runserver