On 5/6/06, bickfordb <[EMAIL PROTECTED]> wrote: > i started working on a standalone django templating project: > > http://k9.dv8.org/~bran/djangotemplate-0.2.tar.gz > > is there any interest in merging something this into the main tree?
Hi bickfordb, Yes, we're very interested in making the template system downloadable on its own. (Same goes for the ORM and URL mapping bits, as well.) Seems like the main issue is to figure out how to deal with settings/configuration. Right now the "official" Django template system relies on django.conf.settings, and a standalone Django template package would have to provide a way to specify the settings without assuming django.conf.settings exists. (At the same time, this code reorganization should not affect users of the full-stack framework -- django.conf.settings should still exist for them.) There's a ticket for this in the ticket system: http://code.djangoproject.com/ticket/1321 . Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. 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 -~----------~----~----~----~------~----~------~--~---
