Search Results

0
votes
1answer
60 views

A way to use method parameters in django templates?

I know there is a post here: http://stackoverflow.com/questions/1333189/django-template …
2
votes

Django template dir switching

Hey SleepyJames, You can set multiple template directories in your settings file and Django will search them in the order that you list them. Problem is that it doesn't care if you want tem …