Fabio
Fabio

Reputation: 1332

Django - How to create an admin / dashboard site (like adminLTE)

I need to create an admin site where admin/staff users can control users, can check orders, see dashboard with graphs, etc.

I want to keep default admin site separate, since it's too powerful and a bit confusing for non-IT users.

django-adminlte2 can be a good solution as it provides ready-to-use adminLTE templates using Bootstrap v3.

I wanted to know if there are other valid alternatives?

Upvotes: 0

Views: 1092

Answers (1)

pfitzer
pfitzer

Reputation: 86

maybe is http://django-baton.readthedocs.io worth to take a look at

Upvotes: 1

Related Questions