Hi guys,

Few months ago I released *django-flat-responsive* 
<https://github.com/elky/django-flat-responsive> app - a simple extension 
for admin that makes interface mobile and tablet friendly. I tested it on 
few complex projects using major mobile browsers and it works good. Now I'm 
going to make pull request to Django repo but before I want to ask 
community -- is it necessary to have responsive admin?

My thoughts:

Pros:
- It's modern
- Few times I really needed to make some edits inside admin through my 
mobile (it was painful), so I think some people want admin to be responsive

Cons:
- New admin features should be always tested on mobile devices (or on 
different screen sizes at least). It also uses CSS3 flexbox so developers 
shoul learn how it works
- 3rd party apps should care about responsive layout. It's not so easy for 
some apps like Django Admin Tools or some CMS based on admin

As fas as django-flat-responsive just adds one CSS file to static folder, 
what if to have an option in *settings.py* that enables responsive admin?

I would glad to hear your thoughts

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/dd915c1d-d8a8-4f91-a223-268e17044cd1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to