-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02/20/2012 08:31 PM, Yo-Yo Ma wrote: > 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.
Nope, it's not correct, and I can't reproduce it either. I get just a "manage.py" in the outer directory, and settings/urls/wsgi in the package. My guess is that you already had an old-style startproject in that "foobarz" directory or something. Try it again, and make sure the target directory doesn't exist. Also try cleaning your Django repo of untracked files; it's possible you somehow got extra files in the conf/project_template directory that don't belong there? Carl -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9DFf4ACgkQ8W4rlRKtE2cY7QCgvT5GMOuWLAgjl6QI3R/cBd6P Py8AoIQaqmi11fOfx67mz+kzl8bi95iv =zEND -----END PGP SIGNATURE----- -- 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.