Hello, I've developed a django app on my computer using the developmental version of Django. I've recently started the process of migrating it to a web hosting provider. When I try to access my site I get the following error:
TemplateSyntaxError at / 'sc_details' is not a valid tag library: Could not load template library from django.templatetags.sc_details, No module named us.forms ///////////// I'm not sure why it's looking at django.templatetages.sc_details. I have my sc_details file located in myproject.plush.templatetags.sc_details.py. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---