Doesn't match what you see?The default project layout recently changed. If you're seeing a "flat" layout (with no inner mysite/ directory), you're probably using a version of Django that doesn't match this tutorial version. You'll want to either switch to the older tutorial or the newer Django version.
You are reading tutorial for development version of Django, and
startproject default layout was recently changed [1]. Tutorial for
1.3 is here: https://docs.djangoproject.com/en/1.3/intro/tutorial01/
[1] https://code.djangoproject.com/changeset/16964
--
Kirill Spitsin
I'd ike to ask you what visual part of that online tutorial page makes you
think you are reading the documentation for the 1.3 release and
not the in-development code one.
We've implemented a couple of different strategies so the visitor really
knows what docs she/he is actually reading , the last one
being the light green selector in the lower right corner of all
the documentation pages that shows and controls what version
you are reading.
Maybe we can try to make it even more visible but I'm afraid
we are running out of ideas for this persistent problem some
users keep running into.
Regards,
--
Ramiro Morales