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 dja
In short:
Try out the admin part for your needs. Modify the standard views. If there is something missing, you can always develop your own view.
For me, I can't imagine an entire (bigger than rolodex) application based only on django-admin.
A.