On 11 Kov, 07:14, Simon Litchfield <si...@s29.com.au> wrote:
> Who votes we should come up with a django-blessed 'official' default project 
> layout / directory structure?

My company had same problem with project layout. We solved it by
creating django-starter project. django-starter is already used by 10
or more projects and it seems, that this solution works.

https://bitbucket.org/sirex/django-starter/src

The main idea of this project is to make possible to prepare
development and production environments using just one command:

  make # for development environment

  make deploy # for production environment

django-starter is influenced by 
http://jacobian.org/writing/django-apps-with-buildout/

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