Opened 10 years ago

Last modified 10 years ago

#23573 closed Cleanup/optimization

Templates override with Admin Site TEMPLATE_DIRS wrong way — at Initial Version

Reported by: hernandocounty Owned by: nobody
Component: Documentation Version: 1.7
Severity: Normal Keywords:
Cc: hernandocounty Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

this is the way I finally got this done. After almost 2 days guys. Django Project this is unacceptable. We pride ourselves in DRY and documentation but on version 1.7 Tutorial you tell the absolute WRONG WAY to change the look of the ADMIN SITE.

http://stackoverflow.com/questions/4938491/django-admin-change-header-django-administration-text

this is the only way I got it to work ...

by editing urls.py not by loading TEMPLATE blah blah and os.path.join crap and all this two days of my life wasted on SHIT Documenation guys !!!! the 1.7 examples are no good . Part two of Tutorial of change the look of admin site with TEMPLATE_DIRS that stuff doesnt work.

I love this project. But you guys know as well as I do, this is not OK.

Thanks

Doug

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top