Sunday, December 24, 2017

Re: django admin code modification

Hi.

It would be helpful to know what changes you're after.

Admin is designed to be datacentric view to your models. Trying to make admin something more is quite a job.

That's why there exists generic class based views. They allow to create much more flexible views and incorporate for example business logic.


23.12.2017 23.22 "Carl Brubaker" <itsbetter2callme@gmail.com> kirjoitti:
So there are lots of things I like about the django admin, and somethings I would like to change. Since django is kinda about not reinventing the wheel, is there an "app" or file or something where I can find the admin information to modify it to what I want, and then save it as a new app? 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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/24f3d510-ba00-4256-93fa-7ee041deec0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

No comments:

Post a Comment