On 6 mar 2006, at 12.30, ChaosKCW wrote: > Hi > > One of the great design philosohies I love about Django is the > decoupling. However when trying to use the template engine on its own, > the import refers the django setttings module env variable, which turn > should point to a settings.py which in turn is part of a project ? > > This seems coupled to me ? Is there a way to use the template > engine on > its own ? Or am just missing the obvious ? > > The same applies to the ORM, it appears coupled to the settings.py.
I've set DJANGO_SETTINGS_MODULE to django.conf.global_settings once or twice when I wanted to hack on something out of project seemed to work out ok. - Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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-users -~----------~----~----~----~------~----~------~--~---