On Fri, Feb 24, 2012 at 1:24 PM, Dominic Montreuil
<dominic.montre...@gmail.com> wrote:
> Using the 1.4 beta on my workstation to perform a startproject yields
> a different result than what I was expecting.
>
> I end up with:
> __init__.py
> manage.py
> settings.py
> urls.py
> mysite/
>    __init__.py
>    settings.py
>    urls.py
>
>
> When according to the documentation @
> https://docs.djangoproject.com/en/dev/releases/1.4-beta-1/#updated-default-project-layout-and-manage-py
>
> I was expecting:
> manage.py
> mysite/
>    __init__.py
>    settings.py
>    urls.py
>
> Can anyone confirm this behavior and/or explain why this is happening?
> Why two settings files? Why is there an __init__ at the manage.py
> level? Why is there a urls.py file at that same level?

Please make sure you've uninstalled any old version of Django before
performing a clean installation of 1.4 beta1.

-- 
Ramiro Morales

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
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.

Reply via email to