|
|
|
|
|
by andybak
4860 days ago
|
|
The main reason I've been forced to copy and paste large parts of admin templates is the fact that you can't partially override admin templates in the most obvious way due to the template loader getting stuck in an infinite loop. If that's your problem then take a look at: https://pypi.python.org/pypi/django-apptemplates |
|