Re: How to redorder app

2013-09-07 Thread Ranjith Kumar
Thanks Guys, but I'm aware of reordering fields... I'm problem is how to reorder models in django admin On Saturday, 7 September 2013 07:25:19 UTC+5:30, Germán wrote: > > If you mean reordering *apps*, as in which order the different apps are > arranged, I think there is no simple way. > > Reord

Re: How to redorder app

2013-09-06 Thread Germán
If you mean reordering *apps*, as in which order the different apps are arranged, I think there is no simple way. Reorder the models for an specific app ? Same answer. On Friday, September 6, 2013 3:16:59 AM UTC-5, Ranjith Kumar wrote: > > Hello, > I trying to reorder the app in django admin, is

Re: How to redorder app

2013-09-06 Thread Mehmet Gultas
I guess, you're searching for this . Mehmet Gültaş | Research Assistant | Department of Psychology | METU | +90-312-2105966 On Fri, Sep 6, 2013 at 11:16 AM, Ranjith Kumar wrote: > Hello, > I trying

Re: How to redorder app

2013-09-06 Thread Sithembewena Lloyd Dube
If you are referring to reordering fields, yes it is possible. For details, see the official Django tutorial's section on setting up the admin site at https://docs.djangoproject.com/en/1.5/intro/tutorial02/ HTH. On Fri, Sep 6, 2013 at 10:16 AM, Ranjith Kumar wrote: > Hello, > I trying to reorde

How to redorder app

2013-09-06 Thread Ranjith Kumar
Hello, I trying to reorder the app in django admin, is there anyways we can do it via admin.py? Thank you! -- Cheers, Ranjith Kumar K, Chennai. http://ranjithtenz.wordpress.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f