Re: AdminSite and Enterprise applications

2009-12-25 Thread Victor Lima
Well, let me put it this way: until now i have managed to extend and alter the admin without actually tempering with the source code to the level of customization that i wanted ( and it was not trivial customizations ). So yes the admin is highly customizable, beyond my expectartions. Maybe

Re: AdminSite and Enterprise applications

2009-12-25 Thread Kenneth Gonsalves
On Friday 25 Dec 2009 4:43:52 pm Vehbi Sinan Tunalioglu wrote: > Assume that you develop a mission-critical enterprise level > application with Django (yes, we do it frequently and promote others > doing it). Would you delegate all the back office implementation to > AdminSite? Or would you simply

AdminSite and Enterprise applications

2009-12-25 Thread Vehbi Sinan Tunalioglu
Dear All, We use Django for more than two years. Our experience is much more than satisfaction. However, here is a principle issue which we couldn't decide upon yet: Assume that you develop a mission-critical enterprise level application with Django (yes, we do it frequently and promote others do