questions about creating fields dynamically

2010-11-12 Thread Julio Cesar
-2010 16:55:00,3,4,2 then admin decide to add a variable with name 'd', and from the admin interface. what is the best way to accomplish it? thanks Julio Cesar -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Question about to change the place of instanced forms in a modelformset

2011-05-22 Thread Julio Cesar
rm method, but I notice that it wasn’t enough since other methods in both BaseModelFormSet and BaseFormSet use the same conception, and I haven’t time to rethink, reprogram, test, etc. all those methods. Finally I left the default behavior and reorder the formset in the template, but this is not

Re: how to develop cms on django

2010-07-01 Thread Julio Cesar Rodriguez Cruz
If you want rapid, cross-browser facilities, nice and friendly interfaces and pain-less javascript develop, you must consider learn and use a js library like jQuery Instead to develop your cms from scratch consider to use or reuse http://www.django-cms.org/ Hope this help you regards julio

Re: www.djangoproject.com

2010-07-03 Thread Julio Cesar Rodriguez Cruz
For windows and others OS, you can find the hosts file in this table: http://en.wikipedia.org/wiki/Host_file#Content_and_location Julio Cesar On Fri, Jul 2, 2010 at 4:44 PM, Bill Freeman wrote: > What might be of help is adding the IP address to /etc/hosts, if you are > on linux.  Ther

Re: submitting form by updating database but not reloading

2010-07-03 Thread Julio Cesar Rodriguez Cruz
when the request is made by ajax, by using the method: request.is_ajax(), that return a boolean, so you can process the form This is only a small reference, maybe you must study it in details Hope this can help you Julio Cesar On Sat, Jul 3, 2010 at 9:53 AM, saumya garg wrote: > One piece

make an installer of my django project

2011-01-12 Thread Julio Cesar Rodriguez Cruz
another pc, by double clicking the installer it start a wizard where even a child could specify the paths, etc, and at the end the server run and the project is ready to use. I know XAMP or LAMP do part of what I want but for php. Some ideas? Thanks Julio Cesar -- You received this message because

Re: make an installer of my django project

2011-01-13 Thread Julio Cesar Rodriguez Cruz
Thanks Gennaddiy but xampp is not what I want. On 1/12/11, Gennadiy Zlobin wrote: > You can use xampp both on Linux and Windows, just zip it and unzip > On 13 Jan 2011 01:33, "Julio Cesar Rodriguez Cruz" < > juliocesarrodriguezc...@gmail.com> wrote: >> Hi all, an