Change Django Admin Place Holder
I know this is a lame question but I followed the django documentation to change Django Administration Place holder but couldn't.
Can someone please provide instructions for this ?
Sorry You must be a logged in, registered user to answer a question.
Answers
So, like it says here, you need to replicate the existing templates.
Copy django/contrib/admin/templates/admin/base_site.html (from in your virtualenv's site-packages directory) to templates/admin/base_site.html in your project's templates/ directory (the one we put layouts/ and such in). Then edit that template and change the text to whatever you want. Django will load this template instead of loading the one provided by django.contrib.admin.