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

Re: Is there a way to easily implement the 'choose box' in a many to many relationship within the admin site, similar to the 'Change User' interface

2010-09-22 Thread Laszlo Antal
I think what you are looking for is filter_horizontal. Add it to your in your modeladmin class. lzantal On Sep 22, 2010, at 7:57 PM, Markitos wrote: > For some reason django only provides a simple list in a many to many > relationship displayed in the admin interface of model you've created > y

Re: Dynamic Form Widget [django admin]

2010-07-14 Thread Laszlo Antal
Hi, On Wed, Jul 14, 2010 at 7:51 AM, Jon Walsh wrote: > Hi guys, > > This might be best explained by example... for the following model: > > class Setting(models.Model): >data_type = models.CharField() >value = models.TextField() > > I want Django's admin to display a different form widg

Re: allow users who are not logged in to submit data first and then log in or register

2010-07-14 Thread Laszlo Antal
Hi, On Tue, Jul 13, 2010 at 8:29 PM, Continuation wrote: > I have a data submission form that is visible to everyone, but a user > must be registered & logged in before the data can be submitted > > I want to allow users who are not logged in to submit data through > the form first, and then a

Re: Help with deployment

2010-04-20 Thread Laszlo Antal
Hi, Could you post your ess_wsgi.wsgi file? Thanks lzantal On Tue, Apr 20, 2010 at 9:32 AM, dononyx wrote: > I am a dip**it. I tried to move to mod_wsgi and dusted my website, can > anybody help me figure out what I've done. > NameVirtualHost *:80 > > > ServerName www.teachingbystandards.co

Re: Trouble installing satchmo

2010-03-22 Thread Laszlo Antal
Hi, I use this installation and it works. http://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess Hope it helps lzantal On Mon, Mar 22, 2010 at 12:14 PM, Andrew wrote: > Go to: > http://groups.google.co

Re: Best Django host

2009-05-20 Thread Laszlo Antal
ion both > for features > and the ease of installations. Their small django setup thumbnail > looks very straightforward. > > It was also high up in the django supported site. > > > > Thanks again. > Laszlo Antal --~--~-~--~~~---~--~~ You receive

Re: Fwd: Best Django host

2009-05-20 Thread Laszlo Antal
account. >> Then assign the domains you want to use Django for to that user, and >> Bob's your uncle. >> >> Sam >> >> * If you're having difficulty with this part and the Dreamhost wiki >> hasn't sufficed (and nor has searching the web

Re: django-admin.py not working...HELP!

2009-05-14 Thread Laszlo Antal
ipient is prohibited. If you > received this in error, please contact the sender and delete the material > from any computer > > > > On Thu, May 14, 2009 at 2:38 PM, Laszlo Antal wrote: > >> >> >> On Thu, May 14, 2009 at 11:02 AM, Blake M. Sisco >> wr

Re: django-admin.py not working...HELP!

2009-05-14 Thread Laszlo Antal
; > \Program Files\MySQL\MySQL Server 5.1\bin;C:\cygwin\bin\;C:\MinGW\bin >>> > \;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Python25\Lib\site- >>> > packages\django\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files >>> > \SecureCRT;C:\Documents and

Use django error style in my templates

2009-05-09 Thread Laszlo Antal
Hi, I wrote my custome admin view and I would like to have the same error reporting style for edit templates like django's. Could someone point me in the right direction on how to have the message on the top of the page and the red color for the input boxes. Thank you Laszlo

How to overwrite app admin view

2009-05-05 Thread Laszlo Antal
you Sincerely lzantal Laszlo Antal --~--~-~--~~~---~--~~ 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,

Re: managing templates(html pages)

2009-04-30 Thread Laszlo Antal
ase_business.html Put all your navigation in there and extend this file in your other files. Hope that helps lzantal > Laszlo Antal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&quo