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: https://docs.djangoproject.com/en/dev/releases/1.4-alpha-1/#updated-default-project-layout-and-manage-py and in the tutorial for the development version: https://docs.djangoproject.com/en/dev/intro/tutorial01/ "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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/sqSmWVGnRyAJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.