Re: Django Admin Revamp - Any updates?

2013-06-18 Thread gilberto dos santos alves
yah... this is very good news for all of us. mainly when we are not root user, and are jailed without bash, zsh. thanks. i will read carefully. regards. 2013/6/19, Victor Hooi : > Hi, > > Hmm, Daniel Greenfeld (pydanny) seems to have written another one, > DjangoAdmin 2.0 as

Re: Django Admin Revamp - Any updates?

2013-06-18 Thread Victor Hooi
Hi, Hmm, Daniel Greenfeld (pydanny) seems to have written another one, DjangoAdmin 2.0 as well: https://news.ycombinator.com/item?id=5900083 https://github.com/twoscoops/django-admin2 Cheers, Victor On Monday, 11 March 2013 12:08:54 UTC+11, Pantelis Petridis wrote: > > I'd like to add

Re: Django Admin Revamp - Any updates?

2013-03-10 Thread Pantelis Petridis
I'd like to add yawd-admin to the list. It's bootstrap, up-to date with the latest core admin changes, stable, the github master fully supports django1.5 and has many goodies like modal inlines, fancybox popups for add_related , custom widgets, db settings,

Re: Django Admin Revamp - Any updates?

2013-02-17 Thread Victor Hooi
Hi, I just found ActiveAdmin, which seems to be a third-party Admin app for RoR: http://activeadmin.info/ What are people's thoughts on this? It seems to share quite a bit with Django's admin, but also has some nice features: - Inbuilt CSV/XML/JSON downloads - Easily customizable

Re: Django Admin Revamp - Any updates?

2013-01-10 Thread Jason Kraus
Thought I would share another admin rewrite effort currently in progress: https://github.com/zbyte64/django-hyperadmin -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit

[AdminNext] Updates (was: Django Admin Revamp - Any updates?)

2013-01-01 Thread Amirouche B.
Héllo, Since my initial introduction, I tempered my excitement and tried to have a better understanding of the issues faced by the admin following the Django's guide to contribute, which resulted in me writing a post

Re: Django Admin Revamp - Any updates?

2012-12-23 Thread Amirouche Boubekki
2012/12/24 Victor Hooi > Hi, > > What happened to django-hydro? > Héllo Victor, I moved everything to an orgnanization named django-composite, I took the name from *Travis S. *from the wiki, thanks to him, I find it great, it is exactly that:

Re: Django Admin Revamp - Any updates?

2012-12-23 Thread Victor Hooi
Hi, What happened to django-hydro? Cheers, Victor On Saturday, 22 December 2012 14:27:38 UTC+11, Amirouche B. wrote: > > > 2012/12/15 Amirouche B. > >> Is there any news on the Django Admin rewrite front? >>> >>> I'm very interested in this topic and have some

Re: Django Admin Revamp - Any updates?

2012-12-21 Thread Amirouche Boubekki
2012/12/15 Amirouche B. > Is there any news on the Django Admin rewrite front? >>> >> >> I'm very interested in this topic and have some time to kill so I started >> the wiki page don't hesitate to comment, correct, review and add you own >> ideas. >> > > I made POC

Re: Django Admin Revamp - Any updates?

2012-12-15 Thread Amirouche B.
> > Is there any news on the Django Admin rewrite front? >> > > I'm very interested in this topic and have some time to kill so I started > the wiki page don't hesitate to comment, correct, review and add you own > ideas. > I made POC of django-hydro the widget composition framework using

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread Amirouche B.
On Friday, April 27, 2012 1:06:06 AM UTC+2, Victor Hooi wrote: > Hi, > > Is there any news on the Django Admin rewrite front? > I'm very interested in this topic and have some time to kill so I started the wiki page don't hesitate to comment, correct, review and add you own ideas.

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread Russell Keith-Magee
On Fri, Dec 14, 2012 at 11:06 PM, Travis Swicegood wrote: > Is there a wiki page on the admin and changes that are planned for it? > This comes up every few months with a "hey, I've done X with the admin, > can we just use it to replace/update contrib.admin?" Would be nice

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread Travis Swicegood
Is there a wiki page on the admin and changes that are planned for it? This comes up every few months with a "hey, I've done X with the admin, can we just use it to replace/update contrib.admin?" Would be nice to have everyone's (and by everyone's, I mean Idan's) thoughts on where the admin

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread is_null
I'm not sure if it's worth mentioning ... 2. Secure CRUD one-liner goal The new admin app should, like the current admin app, allow the user to enable full secure (permission-based) CRUD in one line of code. -- You received this message because you are subscribed to the Google Groups "Django

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread is_null
On Saturday, April 28, 2012 10:13:03 PM UTC+2, Idan Gazit wrote: > As I wrote, I'd like to have a clear idea of what a new admin will > accomplish before starting to bolt on enhancements, even great enhancements > like grappelli. > > The admin was an impressively future-proof design, given

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread Riccardo Forina
The problem with the external app approach is that it will break the integration between different apps. There is no way to avoid it. Besides, developing something for the django.contrib.admin with an UI up to the recent standards is quite difficult. Going Bootstrap is not only the thing of the

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread James Pic
There are *many* apps providing bootstrap templates for django.contrib.admin, here a few: - https://github.com/michaelhelmick/django-bootstrap-admin - https://github.com/gkuhn1/django-admin-templates-twitter-bootstrap - https://github.com/riccardo-forina/django-admin-bootstrapped -

Re: Django Admin Revamp - Any updates?

2012-12-14 Thread Jonas Geiregat
> > > > > Idan - you mentioned you'd like to get thoughts on what we hope to achieve > > in a new admin - basically, what is the purpose of Django's contrib.admin - > > is that right? If I'm not mistaken the new admin interface couldn't be builded because none of the django core developers had

Re: Django Admin Revamp - Any updates?

2012-12-13 Thread Riccardo Forina
Thank you! I discovered a video on the wild showcasing the installing and usage of django-admin-bootstrapped. If anyone is curious to see it in motion, here's the link (already at the correct second): http://youtu.be/St-30zsoDus?t=1h11m35s On Friday, December 14, 2012 2:45:41 AM UTC+1, Victor

Re: Django Admin Revamp - Any updates?

2012-12-13 Thread Victor Hooi
Hi, Wow, that does look nice =). I know it's just a re-skin, but I do like the look. It'll be curious to see whether the Django Core team would look at using this, and/or whether they're doing a deeper overhaul of the Admin interface... Cheers, Victor On Friday, 14 December 2012 07:31:45

Re: Django Admin Revamp - Any updates?

2012-12-13 Thread Riccardo Forina
Hi all, I have an alpha version of a restyling of the django admin done with Bootstrap here: https://github.com/riccardo-forina/django-admin-bootstrapped Based on my personal experience - I'm using it on several production sites - it's working pretty well. Maybe it can be a starting point for

Re: Django Admin Revamp - Any updates?

2012-11-23 Thread Victor Hooi
Hi, Aha, I didn't realise he live in Tel Aviv. Perhaps I should FB stalk people more *grins*. Well, our prayers are with you, Idan, hope you're keeping safe =). Cheers, Victor On Thu, Nov 22, 2012 at 1:01 PM, Jeremy Dunck wrote: > For the record: It's bad timing for Idan.

Re: Django Admin Revamp - Any updates?

2012-11-23 Thread Jeremy Dunck
For the record: It's bad timing for Idan. He lives in Tel Aviv which is currently receiving intermittent rocket attacks. He may be a bit slow to respond. ;) Let's wish him and his family safety and the luxury of worrying about django's admin in good time. On Thu, Nov 15, 2012 at 7:23 AM,

Re: Django Admin Revamp - Any updates?

2012-11-21 Thread Stephen Burrows
There is a project to create a third-party django admin. It is currently moving slowly, but it does have basic admin functionality. https://github.com/django-djam/django-djam irc: Freenode/#django-djam (if you want to ping me about it.) --Stephen On Friday, November 16, 2012 7:41:05 AM UTC-8,

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Hi everyone At Divio we are working on a new look of the Django Admin for our projects. To be clear, it's just the looks. I agree 100% with Idan that a real revamp should consider not only the looks but also rethink the way the admin works (and we all know that this is a huge difference :-)).

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Sorry, the google drive link needs a login and google doesn't allow me to change that :-) Therefore the dropbox link: https://www.dropbox.com/sh/oicwr3g4wu9x1z1/VymKkK2FZM On Friday, November 16, 2012 9:25:32 AM UTC+1, Christian Bertschy wrote: > > Hi everyone > > At Divio we are working on a

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Sorry, the google drive link needs a login and google doesn't allow me to change that :-) Therefore the dropbox link: https://www.dropbox.com/sh/oicwr3g4wu9x1z1/VymKkK2FZM On Friday, April 27, 2012 1:06:06 AM UTC+2, Victor Hooi wrote: > > Hi, > > Is there any news on the Django Admin rewrite

Re: Django Admin Revamp - Any updates?

2012-11-16 Thread Christian Bertschy
Hi everyone At Divio we are working on a new look of the Django Admin for our projects. To be clear, it's just the looks. I agree 100% with Idan that a real revamp should consider not only the looks but also rethink the way the admin works (and we all know that this is a huge difference :-)).

Re: Django Admin Revamp - Any updates?

2012-11-15 Thread Victor Hooi
Hi, I'm guessing there aren't any updates on this? Lol. Idan - you mentioned you'd like to get thoughts on what we hope to achieve in a new admin - basically, what is the purpose of Django's contrib.admin - is that right? Is there some place that people can brainstorm or contribute their

Re: Django Admin Revamp - Any updates?

2012-05-18 Thread patrickk
I agree with Idan. We mainly did Grappelli because of the look & feel (and then added some functionality like autocompletes). However, it just doesn´t make sense to simply "beautify" the existing admin-interface. Rethinking the functionality, adding flexibility, being able to customize ...

Re: Django Admin Revamp - Any updates?

2012-04-30 Thread Brett H
nt: Friday, April 27, 2012 4:01 PM > > To: Django developers > > Subject: Re: Django Admin Revamp - Any updates? > > > I don't know the status of this project, but my guess is that you > > shouldn't hold your breath for it. > > > Fortunately, there is Grappelli:

Re: Django Admin Revamp - Any updates?

2012-04-28 Thread Idan Gazit
its of Grappelli be used as a starting point? > > -Original Message- > From: h3 > Sent: Friday, April 27, 2012 4:01 PM > To: Django developers > Subject: Re: Django Admin Revamp - Any updates? > > I don't know the status of this project, but my guess is that you &

Re: Django Admin Revamp - Any updates?

2012-04-27 Thread Daniel Sokolowski
On that note, why can't the fruits of Grappelli be used as a starting point? -Original Message- From: h3 Sent: Friday, April 27, 2012 4:01 PM To: Django developers Subject: Re: Django Admin Revamp - Any updates? I don't know the status of this project, but my guess is that you

Re: Django Admin Revamp - Any updates?

2012-04-27 Thread Idan Gazit
Hey all, Yeah, you aren't missing anything — originally I wanted to wait for the formrendering stuff, but that never panned out, and then I got busy. Grappelli is lovely. Without knocking it at all, I think that the next version of the admin should be as forward-looking as the last version,

Re: Django Admin Revamp - Any updates?

2012-04-27 Thread h3
I don't know the status of this project, but my guess is that you shouldn't hold your breath for it. Fortunately, there is Grappelli: https://github.com/sehmaschine/django-grappelli We are currently working on making it compatible with django 1.4 (see the "grappelli_2_4" branch) Alternatively

Django Admin Revamp - Any updates?

2012-04-26 Thread Victor Hooi
Hi, Is there any news on the Django Admin rewrite front? I remember around a year ago, there was quite a bit of talk on revamping the Django admin UI - I think Idan Gazit was heading that, right? Is that still on the Django roadmap? Any idea of whether it'll be in 1.5, 1.6, 1.7 etc? Cheers,