Re: Django admin for call center support?

2010-11-01 Thread Knut Ivar Nesheim
I've used the django admin for the user interface to a warehouse management system. The system managed some million pairs of shoes. In my experience the admin is a bit different than what most people expect it to be. On the other hand, it took my users 10 minutes to get accustomed to the system. I

Re: Django admin for call center support?

2010-10-29 Thread Laszlo Antal
Hi, Yes. I wrote a customer care app with django for a call center with 40+ agents. It is now mostly have custom views and actions but the default django admin was used for a couple of months without any issues. I used proxy models to only show fields in the add client view they need to see(aga

Django admin for call center support?

2010-10-29 Thread mack the finger
I'm responsible for writing a customer service application for a django project, and it needs to be done by Monday (it's friday now). I'm currently getting it built with the Django Admin, but the bosses think the interface is too complex for the "knuckle-draggers" that commonly answer phones. I'm w