Reputation: 1332
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