Re: Django Admin Model View Page

2008-06-04 Thread Erik Stein
Ali -- I'm doing a lot of adaptions in newforms-admin, take a look at the ModelAdmin class and it's __call__ method. -- erik Am 04.06.2008 um 23:54 schrieb Ali Sogukpinar: > I am working on a small CRM solution for our internal use. Admin > application is providing almost all the functional

Re: Django Admin Model View Page

2008-06-04 Thread Ali Sogukpinar
Hi Yml, I am working on a small CRM solution for our internal use. Admin application is providing almost all the functionality I need but I think it is a pity that you can not specify a template for reading a model and user rights for this action out of the box. It would be nice to have an actio

Re: Django Admin Model View Page

2008-06-04 Thread yml
Hello, I would recommend you to look at : databrowse http://www.djangoproject.com/documentation/databrowse/ Here it is a short description extracted from the django documentation: """ Databrowse is a Django application that lets you browse your data. As the Django admin dynamically creates an adm

Django Admin Model View Page

2008-06-04 Thread Ali Sogukpinar
Hi, I have an website and I would like to use Django admin app for modifing my model objects. Django admin app is out of the box providing C(R)UD actions for me. But R (Read) action is implemented as list. You can see the list of your objects and If you click on one the item in the list you will