Re: Proposal new Django Admin css style

2014-08-23 Thread Andy Baker
I really like Thiago's new skin and I love the fact it's CSS only. The key thing to remember in any discussion about updating the admin is that there are three levels: 1. CSS/Static only - little to no breakage of 3rd party apps 2. Updated HTML - many apps that overrride admin templates or

Re: Proposal new Django Admin css style

2014-08-19 Thread Areski Belaid
There is a full list of django-admin alternatives here: https://github.com/rosarior/awesome-django#admin-interface Personally, I have a very good experience with xadmin which have only one dependency (django-crispy-forms) On Monday, August 18, 2014 6:20:36 AM UTC+2, Daniel Greenfeld wrote: > >

Re: Proposal new Django Admin css style

2014-08-17 Thread Daniel Greenfeld
Thanks for the mention, but I haven't had time to work or maintain that for months. I'm not sure how it works with the upcoming Django 1.7. Also, for the sake of simplicity, the default skin for it is bootstrap 3. Any CSS in there is per skin, and probably doesn't belong in this discussion.

Re: Proposal new Django Admin css style

2014-08-17 Thread Danilo Bargen
Just for the record, there's also https://github.com/pydanny/django-admin2, another project that attempts to create a more modular and extensible admin. Danilo -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group

Re: Proposal new Django Admin css style

2014-08-12 Thread Florian Apolloner
On Tuesday, August 12, 2014 12:26:45 PM UTC+2, Thiago Avelino wrote: > > Not a Django core part of the topic, as it was? > But still a valid point. That said, I find the current style way nicer than the proposed one. Cheers, Florian -- You received this message because you are subscribed to

Re: Proposal new Django Admin css style

2014-08-12 Thread Thiago Avelino
Not a Django core part of the topic, as it was? Cheers, Thiago Avelino @avelino0 - avelino.xxx On Sat, Aug 2, 2014 at 11:26 AM, Collin Anderson wrote: > I think slowly making small changes over time towards an end goal is > better than a

Re: Proposal new Django Admin css style

2014-08-02 Thread Collin Anderson
I think slowly making small changes over time towards an end goal is better than a quantum leap. I like that in 1.7 we changed admin messages to be green-ish and we started using css rounded corners. Slowly moving towards more mobile/touch friendly and a flat design (replacing gradients)

Re: Proposal new Django Admin css style

2014-08-02 Thread Patrick Guido
On 2 August 2014 13:48, Thiago Avelino wrote: > I agree that we have to evolve the django admin, the initial proposal is > only evolve static style (css and images). > I think it is a waste of time. I know someone already did an evolution of the static styles, but I really

Re: Proposal new Django Admin css style

2014-08-02 Thread Riccardo Magliocchetti
Hello, Il 01/08/2014 15:46, Thiago Avelino ha scritto: Hi guys! Django admin has a few years, it works fine (meets the need) only need to evolve the style following the evolution of UX today! We have a plan for change? What do you think of this style ​

Re: Proposal new Django Admin css style

2014-08-01 Thread Herson
The main idea is to maintain compatibility with the current template, changing only css. I changed the css and replace images icons to fonts. On Fri, Aug 1, 2014 at 1:06 PM, Daniele Faraglia wrote: > wonderful idea, > > maybe css should be compiled by less/sass

Re: Proposal new Django Admin css style

2014-08-01 Thread Daniele Faraglia
wonderful idea, maybe css should be compiled by less/sass files? 2014-08-01 17:37 GMT+02:00 Qing Feng : > I like this style +1 > > > 2014-08-01 21:46 GMT+08:00 Thiago Avelino : > > Hi guys! Django admin has a few years, it works fine (meets the

Re: Proposal new Django Admin css style

2014-08-01 Thread Qing Feng
I like this style +1 2014-08-01 21:46 GMT+08:00 Thiago Avelino : > Hi guys! Django admin has a few years, it works fine (meets the need) only > need to evolve the style following the evolution of UX today! > > We have a plan for change? > > What do you think of this style ​

Re: Proposal new Django Admin css style

2014-08-01 Thread Leonardo Borges Avelino
I really like this style. Clean and modern! Cheers -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post

Proposal new Django Admin css style

2014-08-01 Thread Thiago Avelino
Hi guys! Django admin has a few years, it works fine (meets the need) only need to evolve the style following the evolution of UX today! We have a plan for change? What do you think of this style ​ https://github.com/hersonls/djamin#screenshots ? Is django admin html + custom css! Cheers,