Wednesday, April 1, 2020

Re: Mobile friendly admin

On 1/04/2020 7:02 pm, guettli wrote:
> I know there a several third party packages which try to improve the
> great django admin:
>
> See: https://djangopackages.org/grids/g/admin-interface/
>
> A lot of packages are already outdated. AFAIK no sane and simple
> default package exists.
>
> I think the only solution to this would be an improvement which is not
> a third party package.
>
> With other words: An update of the original admin. AFAIK no major
> change is planed by
> the core developers, or am I missing something?
>
> My goal: mobile friendly admin interface.

My admin site works well on my phone. I think it is all done with clever
smoke and mirrors in css.

I have used a bit of my own css for widening some fields and that
defeats some of the browser capabilities in both the phone and desktop.
I mostly use Firefox.

What part of it is not mobile friendly for you?


> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscribe@googlegroups.com
> <mailto:django-users+unsubscribe@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/7dd55582-ad0a-4967-9abf-aa7f93d6e5d6%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/7dd55582-ad0a-4967-9abf-aa7f93d6e5d6%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b175b960-c5ad-e4a8-0d53-ada3ec64ff66%40dewhirst.com.au.

No comments:

Post a Comment