Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an actively maintained mobile UI for Django admin? [closed]

I'm using Django Grappelli as a skin for the Django admin interface. However, the design is not responsive. Users on mobile devices need to do a lot of zooming and panning. The mobile admin projects I've found so far seem to have been abandoned in their early stages. Does anyone know of one that is actively maintained?

like image 356
Sean W. Avatar asked Apr 06 '13 22:04

Sean W.


People also ask

Which types of users are allowed to login to the Django Administration site?

The Django admin site uses permissions as follows: Access to view objects is limited to users with the “view” or “change” permission for that type of object. Access to view the “add” form and add an object is limited to users with the “add” permission for that type of object.

Is Django admin responsive?

django-admin-interface is a modern responsive flat admin interface customizable by the admin itself.

Can Django admin be used in production?

Django's Admin is amazing. A built-in and fully functional interface that quickly gets in and allows data entry is priceless. Developers can focus on building additional functionality instead of creating dummy interfaces to interact with the database.

Is Django admin secure?

Besides serving static files through django is considered a bad idea, the django admin itself is pretty safe. You can take additional measure by securing it via . htaccess and force https access on it. You could also restrict access to a certain IP.


1 Answers

Try this: https://github.com/douglasmiranda/django-admin-bootstrap

It uses Bootstrap and is BSD licensed django-admin-bootstrap

like image 87
Andre Soares Avatar answered Sep 30 '22 14:09

Andre Soares