Hi all, I have an application that does not use a database at all. Thus, I removed db specific settings from the settings file.
Everything works fine, except, when I try to use 'django.views.generic.simple.direct_to_template', it raises an "Improperly Configured' exception, complaining that the database configuration is missing. But, for the same request, when I call a view function and return the same template, it works fine. Why does direct_to_template require a database at all? Thanks, oMat --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

