On 21 févr. 2012, at 04:31, 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.

I discussed a similar problem on IRC a few days ago, which turned out to be 
caused by an incorrect installation of Django. The developer installed Django 
by cloning the git mirror and running "setup.py install". This doesn't remove 
obsolete files in the target install location.

See 
https://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version

If that doesn't explain your problem, you could search your entire system for 
directories called "project_template"; one of them probably contains the broken 
layout you're seeing, and that's the "active" installation of Django.

Installation issues are difficult to debug over email, but I hope this helps.

Best regards,

-- 
Aymeric.

-- 
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.

Reply via email to