I have trunk installed from last night, and this is actual terminal output (except for the stuff omitted on the left of the $):
(my_venv) myusername$ django-admin.py startproject foobarz (my_venv) myusername$ ls foobarz/ __init__.py foobarz manage.py settings.py urls.py (my_venv) myusername$ ls foobarz/foobarz/ __init__.py settings.py urls.py wsgi.py I opened both settings.py files, and they are indeed identical files. Is this intentional? I was interested in the new manage.py format, so I thought I'd adjust my app to use it and whatever other new layout features, but clearly this isn't correct. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.