On Sun, Oct 16, 2011 at 07:27:42PM -0700, garyrob wrote:
> I'm having a strange problem.
> 
> When I run
> 
>   django-admin startproject mysite
> 
> I get a directory structure that is flat in the sense that there is no inner 
> mysite directory -- the manage.py and urls.py files are at the same level.
> 
> But Part 1 of the django tutorial 
> (https://docs.djangoproject.com/en/dev/intro/tutorial01/) shows a directory 
> structure with an inner mysite, such that manage.py is at the top layer and 
> urls.py is in the inner mysite. And it also says:
...

You are reading tutorial for development version of Django, and
startproject default layout was recently changed [1].  Tutorial for
1.3 is here: https://docs.djangoproject.com/en/1.3/intro/tutorial01/

[1] https://code.djangoproject.com/changeset/16964

-- 
Kirill Spitsin

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