> I think we should add a dedicated "Python path and project layout" page, > and link to it from the tutorial and elsewhere. This gets way too > complex to load onto beginners right away in the tutorial. > IIRC then this page has been proposed before and ultimately not been done because the rationale people presented was that, well, it depends... Howerver, I am thinking that even though it should remain as flexible as it is, maybe it would be nice to have some *recommendation* including a directory structure with a container dir (that's most likely a virtualenv, the result of mkvirtualenv) at it's root which then contains manage.py and mysite (or whatever one feeds to django-admin.py startproject <foo>).
example.com <---- the virtualenv, the outer container, result of mkvirtualenv example.com - manage.py - mysite/ <---- result of django-admin.py startproject mysite from within example.com (after pip install django) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/ptfTlEJEp78J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
