https://docs.djangoproject.com/en/1.6/intro/tutorial03/#write-your-first-
view
Where it asks you to create mysite/urls.py I made the mistake of
creating it at the top level of mysite rather than in
mysite/mysite/urls.py this led to lots of 404 errors and head
scratching.
For a novice like me, it was not clear which mysite directory to put the
file in. Please consider making it a little more explicit
thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/22042>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => fixed
* needs_tests: => 0
* needs_docs: => 0
Comment:
In the development version of the documentation, we've added headers with
file names on each code block. I think this should help clarify things.
--
Ticket URL: <https://code.djangoproject.com/ticket/22042#comment:1>