Re: How to make a field required in admin site

2013-01-30 Thread Ariel Isaac
It is a third application I can't do that, that's why I want to do it in the adminModel. Could you help me please ??? On Wed, Jan 30, 2013 at 10:34 AM, Black9design.com wrote: > Remove the line blank=True and it will be required. > > On Jan 30, 2013, at 7:01 AM, Ariel Isa

How to make a field required in admin site

2013-01-30 Thread Ariel Isaac
Hi everybody, I have a model inherited from a third application call Video in that model they have the thumbnail field with blank = True, this make in the admin site that user could left in blank the thumbnail field, that's something I don't want to happen, I want to make in the admin.py in VideoA

I need a django application to embed a chat javascript in admin site

2012-05-23 Thread Ariel Isaac Romero Cartaya
Hi everybody, I need a django application to embed a chat javascript in the admin app of my web site, I would like when the users are authenticated be able to contact by chat any other user authenticated in the admin site. How could I do this ??? Is there an application to make this ??? Regards,

Re: How to model postal address in django ???

2012-04-02 Thread Ariel Isaac Romero Cartaya
okups a day with google. > > Cheers, > > -m > > > > > On 31 March 2012 03:54, Ariel Isaac Romero Cartaya > wrote: >> >> Hi everybody, is there any model in Django to represent postal >> address, I mean is there already models like Countries, prov

How to model postal address in django ???

2012-03-30 Thread Ariel Isaac Romero Cartaya
Hi everybody, is there any model in Django to represent postal address, I mean is there already models like Countries, provinces and cities with theirs relations to make this, and how to model the others attributes: streets, postal code, between streets and perhaps latitude and longitude to use go