Nikolay Manev
Nikolay Manev

Reputation: 23

Alternative Admin in Django

Hello guys I would like to know if there's a way NOT to override Django Admin, but to build your own, with a custom template. I have searched on the internet but there seems to be no answer. I hope there is a person who knows the answer to my question.

Upvotes: 1

Views: 1146

Answers (1)

Gagik Sukiasyan
Gagik Sukiasyan

Reputation: 856

Please refer to documentation:

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#customizing-adminsite

As far as I understood you are trying to have nicer view for admin site. If that is the case I suggest to take a look to Mezzanine, it provides nice features:

http://mezzanine.jupo.org/docs/admin-customization.html

Upvotes: 1

Related Questions