Monday, September 3, 2012

Re: To Use or Not to Use the admin backend

You can certainly write your own. I wrote one for a saas solution i worked on since it was quite custom and i didn't need much of the functionality admin offered. But admin will help you with all that CRUD you normally have to create yourself. So, it really depends what your requirement is.

M

On Sep 4, 2012 1:38 AM, "Frankline" <fraogongi@gmail.com> wrote:
Hi,

I'm creating a site in Python/Django and feel that the admin backend, as good as it is, may not be a one-fit-for-all situations.

My question is this:

Have any of you ever had a need to have a custom admin backend?

In what example situations would one create his/her own admin backend rather than using the default admin panel that ships with Django?

What are the disadvantages of rewriting your own backend?

Regards,
Frank

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment