Re: Custom template tags not loading

2006-06-15 Thread Corey Oordt
I'm going to bow my head in shame I was SURE that I put it there! Thanks for making me look ivan! Corey On Jun 15, 2006, at 5:19 PM, [EMAIL PROTECTED] wrote: > > make sure your application exists in the project's settings file > INSTALLED_APPS > > > >

Re: Custom template tags not loading

2006-06-15 Thread Corey Oordt
Don,Thanks for the reply. When I put in {% load reservations.reservationtags %} I get:'reservations.reservationtags' is not a valid tag library: Could not load template library from django.templatetags.reservationtags, No module named reservationtagsAny other ideas?Thanks,CoreyOn Jun 15, 2006, at

Re: Custom template tags not loading

2006-06-15 Thread Don Arbow
On Jun 15, 2006, at 2:05 PM, Corey wrote: > > Hi All! > > I've written a custom template tag, but I get the error: > 'reservationtags' is not a valid tag library: Could not load template > library from django.templatetags.reservationtags, No module named > reservationtags > > I've looked in the

Re: Custom template tags not loading

2006-06-15 Thread [EMAIL PROTECTED]
make sure your application exists in the project's settings file INSTALLED_APPS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Custom template tags not loading

2006-06-15 Thread Corey
Hi All! I've written a custom template tag, but I get the error: 'reservationtags' is not a valid tag library: Could not load template library from django.templatetags.reservationtags, No module named reservationtags I've looked in the archives and have tried everything I know so far: 1.