Re: customize app ordering in django admin

2015-09-15 Thread Pawanesh Gautam
Got solution : https://djangosnippets.org/snippets/2613/
just add
1.> " register = template.Library() " in /templatetags/custom_tags.py
2.> templatetags folder must have __init.py__ file 





On Thursday, September 10, 2015 at 4:20:43 PM UTC+5:30, Pawanesh Gautam 
wrote:
>
> hi
>
> i have list of app (app1,app2.app3,app3,app4).i would like to change the 
> app order in admin site so that it will look like dis :
> (app1,app3,app4,app2).
> please suggest some tips to perform this .
>
> thanks 
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b43221f4-efb2-4115-b86f-6b36d44273aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: customize app ordering in django admin

2015-09-10 Thread 'Tom Evans' via Django users
On Thu, Sep 10, 2015 at 11:50 AM, Pawanesh Gautam  wrote:
> hi
>
> i have list of app (app1,app2.app3,app3,app4).i would like to change the app
> order in admin site so that it will look like dis :
> (app1,app3,app4,app2).
> please suggest some tips to perform this .
>
> thanks

My top tip: Read the django tutorial all the way through:

https://docs.djangoproject.com/en/1.8/intro/tutorial02/#customize-the-admin-index-page

Cheers

Tom

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1%2Bjuds5%2ByjLaQEoUhsVwtVF%3DDens72D0CRJcW_BPHiwrA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


customize app ordering in django admin

2015-09-10 Thread Pawanesh Gautam
hi

i have list of app (app1,app2.app3,app3,app4).i would like to change the 
app order in admin site so that it will look like dis :
(app1,app3,app4,app2).
please suggest some tips to perform this .

thanks 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/203362fb-66d1-4995-a3f0-7a03cae3dec5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.