Intro.... I have django project (using django 0.96).... All was fine
when I develop it on my working computer... Right now I'm trying to
move it to ny hosting.... So what i have.... Django 0.95 installed on
the system, mod_python

I've copied my project and setup .htaccess file:

SetHandler python-program
PythonPath "['/path/to/my/project/projectname', '/path/to/my/project/
projectname/..'] + sys.path"
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE settings
PythonDebug On

next thing i've made is put a copy of django 0.96 to my project's
directory, so i have smth like /path/to/my/project/projectname/django

and now I get an error 'InvalidTemplateLibrary at /
Template library django.template.loader_tags does not have a variable
named 'register''... and only in '/'.... in '/someapp/params/' -- all
OK... you can see this in http://kids.dn.ua/ and 
http://kids.dn.ua/info/project.html

Have someone any idea how to fix this?

//wbr Pashka R.


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