Re: Writing apps for django

2011-12-25 Thread Denis Darii
http://djangopackages.com/ is what you need. On Sun, Dec 25, 2011 at 2:04 PM, Lukasz wrote: > > On 24 déc, 18:18, Denis Darii wrote: > > Take a look at Django Conventions: > http://ericholscher.com/projects/django-conventions/ > > > > Also this article could be useful for you: > http://blog.zac

Re: Writing apps for django

2011-12-25 Thread Lukasz
On 24 déc, 18:18, Denis Darii wrote: > Take a look at Django > Conventions:http://ericholscher.com/projects/django-conventions/ > > Also this article could be useful for > you:http://blog.zacharyvoase.com/2010/02/03/django-project-conventions/ > Thanks, Django Conventions looks like something

Re: Writing apps for django

2011-12-24 Thread Timothy Makobu
/django-project-conventions/ > > Cheers, > Denis. > > > On Sat, Dec 24, 2011 at 10:38 AM, Lukasz wrote: > >> Hi all ! >> >> I'm looking for documentation about writing apps for django. When >> should I write an app for django instead coding my project di

Re: Writing apps for django

2011-12-24 Thread Denis Darii
;m looking for documentation about writing apps for django. When > should I write an app for django instead coding my project directly, > how to write an app for django, etc. > > I'd like to have some philosophical guidelines and some technical > documentation. > > >

Writing apps for django

2011-12-24 Thread Lukasz
Hi all ! I'm looking for documentation about writing apps for django. When should I write an app for django instead coding my project directly, how to write an app for django, etc. I'd like to have some philosophical guidelines and some technical documentation. Thanks ! -- You rec