On Sunday, 25 December 2011 15:03:38 UTC, Chen Xu wrote:
No, I made a mistake in my previous email:
It generates something like:
project/
__init__.py
manage.py
settings.py
urls.py
project/
__init__.py
wsgi.py
settings.py
urls.py
It seems like some changes have been made to the most recent django version?
Thanks
Yes, and not surprisingly this is fully documented in the 1.4 alpha release notes:
and in the tutorial for the development version:
"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."
If you're using the development version, you *MUST* follow the feed of changes. However, you really shouldn't be using it unless you have a really good reason. Use 1.3 until 1.4 is released.
--
DR.