Changes between Initial Version and Version 3 of Ticket #23573


Ignore:
Timestamp:
Sep 30, 2014, 11:19:28 AM (10 years ago)
Author:
hernandocounty
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23573

    • Property Cc hernandocounty added
    • Property Needs documentation set
    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #23573 – Description

    initial v3  
    11
    22
    3 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.
     3ok just because I got my ass reemed by a bunch of overly sensitive people in my opinion,
     4
     5here is a better version of my point. 
     6
     7we have a DRY principle with Django.
     8
     9it saves us time
     10
     11so the 1.7 thingy cost me some time.   not that big of a deal. but evidently complaining to volunteers is.
     12
     13So whatever.. take it how you will. I would certainly be happy to contribute to documentation but mostly my experience with these opensource projects is most of the people that run them think they are GODS of computer world and are usually rude in the first place and would not give me the time of day to contribute anyways.
     14
     15I love Django. I love Open Source. I love all the people that contribute to this stuff. Honestly Do.
     16
     17So here is the way I found to do this a little easier.
    418
    519http://stackoverflow.com/questions/4938491/django-admin-change-header-django-administration-text
    620
    7 this is the only way I got it to work ...
    8 
    9 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.
    10 
    11 I love this project.   But you guys know as well as I do, this is not OK.
    12 
    13 Thanks
    14 
    15 Doug
Back to Top