I tried to make a website, called "dame"

but when I load the website "http://localhost:8080/mainpage/"; (I made
an app called mainpage)
I get this error page:

InvalidTemplateLibrary at /mainpage/
Template library django.template.loader_tags does not have a variable
named 'register'
Request Method:         GET
Request URL:    http://dev.ab.wurnet.nl:8080/mainpage/
Exception Type:         InvalidTemplateLibrary
Exception Value:        Template library django.template.loader_tags does not
have a variable named 'register'
Exception Location:     /home/bp/dame/../dame/django/template/__init__.py
in get_library, line 887

I tried to figure out what it means(on google and djangoproject.com),
but I'm still at a loss.

the django folder after the second "/dame" is a symlink refering to the
django installation.


There is probally nothing wrong with the django installation because it
worked well when I worked through the tutorial on djangoproject.com.


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to