I get the following message. Please note that everything is ok in my development setup, but the same thing doesn't work in my production setup.
TemplateSyntaxError at /staff/ 'smart_if' is not a valid tag library: Could not load template library from django.templatetags.smart_if, No module named smart_if Request Method: GET Request URL: http://www.xxxxxxxxxxx.org/staff/ Exception Type: TemplateSyntaxError Exception Value: 'smart_if' is not a valid tag library: Could not load template library from django.templatetags.smart_if, No module named smart_if Exception Location: /home/kdjfiownf/webapps/drf_app/lib/python2.5/ django/template/defaulttags.py in load, line 927 On Jul 29, 7:25 pm, krylatij <kryla...@gmail.com> wrote: > I my case custom tags are still working after i removed > ''django.template.loaders.app_directories.load_template_source'' from > settings. > You can see comment in site-packages\django\template\loaders > \app_directories.py: > """ > Wrapper for loading templates from "templates" directories in > INSTALLED_APPS > packages. > """ > > Please post exception you get. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---