Hi, On Wed, Sep 10, 2008 at 4:31 PM, mrts <[EMAIL PROTECTED]> wrote: > Apps > ------------------- > * extend them with Django-specific functionality to > o lessen magic: explicitly specify files containing models, > templates and admin bits, i.e. obsolete all forms of autodiscovery and > path hacking > o find a way to expose media > o handle all issues outlined in #3591 >
I'd say that having CheeShop the only really important thing (my POV) would be giving developers a few pointers on how to make their apps more decoupled, i.e: * Your app templates should all {% extends %} a base.html which is the "standard" name of the base template. * Your should work on the content, content-related, and content-extra blocks to provide content in your example/live templates * Your URL's should always use named urls (atleast on those meant to be used by users). etc. In brief, that kind of things that make an app "plug&play" or "jumper-based" :) Now blame me if such document already exists (in docs/), and such document doesn't need to wait for 2.0 ;) Regards, Marc -- http://www.marcfargas.com - will be finished someday. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---