#11115: overriding change_list.html causes 'maximum recursion depth exceeded'
exceptin
-----------------------------------------------+----------------------------
          Reporter:  [email protected]  |         Owner:  nobody    
            Status:  new                       |     Milestone:            
         Component:  Template system           |       Version:  1.1-beta-1
        Resolution:                            |      Keywords:            
             Stage:  Unreviewed                |     Has_patch:  0         
        Needs_docs:  0                         |   Needs_tests:  0         
Needs_better_patch:  0                         |  
-----------------------------------------------+----------------------------
Comment (by NickPresta):

 And here are my TEMPLATE_LOADERS and TEMPLATE_DIRS:

 TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.load_template_source',
     'django.template.loaders.app_directories.load_template_source',
     'django.template.loaders.eggs.load_template_source',
 )

 ipt = os.path.abspath(os.path.join(os.path.dirname(__file__), 'iptool'))
 ipt_templates = os.path.join(ipt, "templates")
 TEMPLATE_DIRS = (
     ipt_templates,
 )

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11115#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to