Hi,

I was thinking that django admin is an utility to provide trusted
administrators of the site, full access to the site's data model.

However, after going through django admin in detail, I understand that it is
very powerful set of views and templates that one can use to create an
entire application.

How often do you create an entire application using admin alone? Is it
easier to create using views itself than customising admin that much?

How about building prototype using admin. Do we even need to build
prototype? The admin customization cannot be re-used in real application.

If I want to use a part of the admin code in real application (with
different templates), is there some kind of scaffolding option available?

Thanks in advance!

-- 
Regards,
Lakshman
uswaretech.com
becomingguru.com
lakshmanprasad.com

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to