Re: Django vs ExtJS

2014-12-30 Thread Ariel Calzada
05%40gmail.com >> <https://groups.google.com/d/msgid/django-users/54A2667B.9030105%40gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subsc

Re: Recurring question. Automate manage.py syncdb

2014-06-20 Thread Ariel Calzada
.com/d/msgid/django-users/ac7cdcba-52cc-4e1d-842a-cd440bc0167a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Ariel Calzada Homepage: http://www.000paradox000.co Blog: http://blog.000paradox000.co No sa

ASP .NET web service and Django

2014-05-24 Thread Ariel Calzada
it > https://groups.google.com/d/msgid/django-users/a1c1aaf2-6dd9-4cf8-9131-b454d8dcf548%40googlegroups.com<https://groups.google.com/d/msgid/django-users/a1c1aaf2-6dd9-4cf8-9131-b454d8dcf548%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit htt

Multiple forms of the same model

2013-12-18 Thread Ariel Calzada
, -- Ariel Calzada Homepage: http://www.000paradox000.com Blog: http://blog.000paradox000.com "If I had asked people what they wanted, they would have said faster horses." -- Henry Ford -- You received this message because you are subscribed to the Google Groups "Django u

MultiValueDictKeyError editing inlineformset

2013-11-26 Thread Ariel Calzada
hi i'm getting MultiValueDictKeyError while editing InlineFormset any idea? Regards, -- Ariel Calzada Homepage: http://www.000paradox000.com Blog: http://blog.000paradox000.com "If I had asked people what they wanted, they would have said faster horses." -- Henry Ford -- Yo

Re: django developer needed

2013-11-17 Thread Ariel Calzada
Hi Simon! I'm django developer. Currently i'm working as freelancer for some companies public and private. I'm from Colombia. You can see some of my project: http://www.acienciacierta.gov.co http://www.ideasparaelcambio.gov.co Regards, Ariel Calzada 2013/11/17 simon waigo

check form field class

2013-09-12 Thread Ariel Calzada
hi all. I'm parsing a form in a template with {% for field in form %} .. {% endfor %} i want to ask if field is a FileField instance any idea? -- Ariel Calzada Homepage: http://www.000paradox000.com Blog: http://blog.000paradox000.com "If I had asked people what they wanted,

Re: Template variables in translation blocks

2013-08-24 Thread Ariel Calzada
.google.com/group/django-users> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > -- Ariel Calzada Homepage: http://www.000paradox000.com Blog: http://blog.000paradox000.com "If I had asked people what th

Re: Unable to access URL's query string using request.GET['next']

2013-05-24 Thread Ariel Calzada
You can't see next variable after login because the view that process "login form" don't return the variable in any form. You can modify this view. Regards, Ariel Calzada Homepage: http://www.000paradox000.com Blog: http://blog.000paradox000.com "If I had asked peop

Re: MultipleFileField

2013-03-10 Thread Ariel Calzada
s?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Ariel Calzada Homepage: http://www.000paradox000.com Blog: http://blog.000paradox000.com "If I had asked people what they wanted, they would have said faster horses." -- Henry Ford -- You receive

MultipleFileField

2013-03-10 Thread Ariel Calzada
Hi! I have a model Person with the fields = name, lastname, papers ( many2many field of the model Paper ) and a model Paper with fields = title, file I want in a ModelForm of Person let user insert many papers. I've been trying with a django app that implements a new MultiFileField without l

Re: Happy new year

2012-12-31 Thread Ariel Calzada
Happy new year from Colombia El 31/12/2012 16:42, escribió: > Happy new year from spain to all django lovers. > I wish you a new year with tons of django projects. > > Cheers > Cingusoft > BlackBerry de movistar, allí donde estés está tu oficin@ > > -- > You received this message because you are

Re: Theming Django with Diazo/XSLT

2012-12-18 Thread Ariel Calzada
Hi Michael! Django doesn't use approach of DIAZO/XSLT theming by default. You can use diazo in an indepedently way ( WSGI http://docs.diazo.org/en/latest/quickstart.html ). Regards, ARIEL 2012/12/18 4 The good Life we work <4thegdl...@googlemail.com> > Hallo Derek, > > thank for your reply. I w

Re: [ANN] Django 1.4.2 and 1.3.4 remedy security issues

2012-10-17 Thread Ariel Calzada
How to upgrade? El 17/10/2012 18:37, "Ross Poulton" escribió: > Django==1.3.4 doesn't appear to be on Pypi, is it likely to be there soon? > > On Thursday, 18 October 2012 09:38:49 UTC+11, James Bennett wrote: >> >> Django 1.4.2 and 1.3.4 have just been released in response to a >> security issue

Re: Decimal separator

2008-01-31 Thread Ariel Calzada
Mauro Sánchez wrote: > Hello. > How can I establish the comma ',' as the decimal separator? > Is there any config file where I should set it up? > Thanks. > Mauro. > > > > > You should look at the locale configuration ARIEL --~--~-~--~~~---~--~~ You received th

Re: Accessing request object in templates

2008-01-03 Thread Ariel Calzada
venkata subramanian wrote: > Hi, > I had a problem recently. > To access the request object in all of my templates. > The solution I got surprised me. It involved explicitly passing on > the request object from the views. > (Example, to pass a RequestContext object as a context_instance > para

Re: Time.sleep & HttpResponse

2007-12-17 Thread Ariel Calzada
l5x wrote: > "I propose to design and implement an API to make Comet behavior > available to Django applications." > http://hosted.corp.it/django/full.html > > > > Good Idea :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go