Re: Organising django projects

2007-07-29 Thread Almad
> Has this been discussed before? What are the dev's feelings on this? I'd like to hear them too. > -justin Almad --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Organising django projects

2007-07-28 Thread Justin Lilly
It occurs to me that django-admin looks for a template page in the project and it it isn't there, it defaults to another admin template. It would seem as though it might be good for modularity if we had something similar to: attempts to render app1 /home/dev/django/proj1/template_dir/app1 /home/de

Re: Organising django projects

2007-07-28 Thread Chris Hoeppner
Almad escribió: > Hi, > > I'd like to ask how to organize Django application. To me, structure > of project/app is nice idea, however I have problems applying it in > practice, so I'd like to ask about best practices. > > Problems come, when application structure become deeper and nested. Is > it

Organising django projects

2007-07-28 Thread Almad
Hi, I'd like to ask how to organize Django application. To me, structure of project/app is nice idea, however I have problems applying it in practice, so I'd like to ask about best practices. Problems come, when application structure become deeper and nested. Is it usual to start an application