Re: Separator between forms in formset factory

2017-01-30 Thread Jeroen van Oorschot
t; > example: > {% for form in formset.forms %} > {{ form.as_p }} > {% if not forloop.last %} > > {% endif %} > {% endfor %} > > > > > W dniu sobota, 28 stycznia 2017 15:08:00 UTC+1 użytkownik Jeroen van > Oorschot napisał: >> >> Hi, >&g

Separator between forms in formset factory

2017-01-28 Thread Jeroen van Oorschot
which input belongs to which form. Does anyone have an idea how to make this? If not, i'd like to request it as a feature on the formset_factory <https://docs.djangoproject.com/en/1.10/_modules/django/forms/formsets/#formset_factory> . Kind regards, Jeroen -- You received this message b

Re: Deploying Django on Docker

2015-01-08 Thread Jeroen Bakker
application in 4 different containers] 3.1 stop old container 3.2 start new container. We use a shared FS (NFS) for sharing the resources (uwsgi is allowed to write to the FS and the nginx is only allowed to read from the FS. The machine that contains the nginx image is also hosting the FS. Jeroen

Dynamically appending a step to FormWizard

2008-09-30 Thread Jeroen
of mode. However, after submitting this last form I get an error "Step 1 does not exist". The dynamically added form disappears from form_list. Anyone have any ideas on how this should work? Thanks, Jeroen --~--~-~--~~~---~--~~ You received this message b

Re: Django vs TurboGears

2006-07-30 Thread Jeroen Ruigrok van der Werven
On 7/30/06, gabor <[EMAIL PROTECTED]> wrote: > what is JASON? > (or the original poster misspelled json?) http://www.json.org/ JSON (JavaScript Object Notation) is a lightweight data-interchange format. Good chance simplejson will make it to Python 2.6. -- Jeroen Ruigrok va

Re: ImportError: No module named django

2006-06-30 Thread Jeroen Ruigrok van der Werven
On 6/30/06, Craig Marshall <[EMAIL PROTECTED]> wrote: > I can > import django at the python prompt, but running syncdb gives me the > ImportError. What does python -v manage.py yield? 't Will be a long output. Probably best to put it up on a URL if you can. -- Jeroen Ruigrok

Re: ImportError: No module named django

2006-06-30 Thread Jeroen Ruigrok van der Werven
this error: > > ImportError: No module named django In your site-packages directory (typically something like /usr/local/lib/python24/site-packages), do you have anything resembling Django (egg or directory)? -- Jeroen Ruigrok van der Werven --~--~-~--~~~

Re: mailing list management

2006-06-29 Thread Jeroen Ruigrok van der Werven
for its maintenance. Using the database part to store the moderator queues and all that. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to thi

Re: Django t-shirts: your ideas wanted!

2006-06-29 Thread Jeroen Ruigrok van der Werven
On 6/27/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > I'm about to print up some Django shirts to take to OSCON next month > -- got any ideas? Django, we work with a different swing (if you like Java references) Django, building the blue notes :) -- Jeroen Ruigrok va

New vim files for Django available

2006-06-27 Thread Jeroen Ruigrok van der Werven
At http://www.vim.org/scripts/script.php?script_id=1487 you can find the latest versions (1.02, released 2006-06-26) of Dave Hodder's django.vim and htmldjango.vim. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you

Re: OT: Re: ANN: Screencast demo of the WebFaction control panel

2006-06-22 Thread Jeroen Ruigrok van der Werven
limits, most likely. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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

Re: MS SQL Django suport is stable?

2006-06-21 Thread Jeroen Ruigrok van der Werven
spirit of the Amiga! ;) But seriously, we should be able to support Django on Windows and I am willing to help on that front, not that I will use it, but merely because people will want to use it. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this

Re: Cutting output of flup's FastCGI server

2006-06-21 Thread Jeroen Ruigrok van der Werven
On 6/18/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > P.S. Looks like Allan considers this as a bug and is going to fix it. He did: http://www.saddi.com/software/news/archives/34-EPIPE-no-longer-ignored.html -- Jeroen Ruigrok van d

Re: howto Django + lighttpd + Windows?

2006-06-15 Thread Jeroen Ruigrok van der Werven
just wonder why you insist on using lighttpd to do preliminary testing, whereas you can use the internal server (manage.py runserver) just as good. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: why django has no api reference?

2006-06-15 Thread Jeroen Ruigrok van der Werven
On 6/15/06, Steven Armstrong <[EMAIL PROTECTED]> wrote: > [1] http://djangoapi.quamquam.org/trunk/ Ah cute. Now that might be useful to also have on the main site. Adrian? :D -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received thi

Re: why django has no api reference?

2006-06-15 Thread Jeroen Ruigrok van der Werven
available, I'll take this idea along. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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

Re: Feasibility of postgis fields?

2006-06-15 Thread Jeroen Ruigrok van der Werven
S/PostGIS geometry types at least. See http://cheeseshop.python.org/pypi/GeoTypes/ -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: Django Quick Start with Schema Evolution Support

2006-06-05 Thread Jeroen Ruigrok van der Werven
and feathers and label someone unwanted. And this will be the last notice from my side on this, unless it has to do with the technical side of things. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Re: Django Quick Start with Schema Evolution Support

2006-06-05 Thread Jeroen Ruigrok van der Werven
cursory glance of evolve.py shows that some preliminary work has been done on the schema evolution. How much of that of the above is useful/workable? I readily admit this is not quite my cup of tea. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You receiv

Re: Rich Text Editor for BBCOde?

2006-06-02 Thread Jeroen Ruigrok van der Werven
t; Django integration "Howto"? No, sorry, no ready made ones. You could perhaps lift BBCode support from http://spycebb.sourceforge.net/ or http://tboard.sourceforge.net/ though. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received t

Re: auto_now_add bug with MySQL

2006-05-29 Thread Jeroen Ruigrok van der Werven
he meantime though. It will still be interesting to get some feedback on the point above. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group

Re: auto_now_add bug with MySQL

2006-05-29 Thread Jeroen Ruigrok van der Werven
> other way and code that supports auto_now[_add] is full of hacks. I couldn't find such statement quickly, so if anyone can please update the list on this issue, thanks. Thanks Konstantin, I will play around with that. -- Jeroen Ruigrok van der Werven --~--~-~--~~-

Re: auto_now_add bug with MySQL

2006-05-29 Thread Jeroen Ruigrok van der Werven
ATE again? -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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 thi

Vim users - syntax highlighting for Django templates

2006-04-17 Thread Jeroen Ruigrok van der Werven
For those of you who use vim, please see http://www.vim.org/scripts/script.php?script_id=1487 for some lovely syntax highlighting files by Dave Hodder. Thanks Dave, you were faster than me. :D -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received

Re: Fate of 0.91 projects

2006-04-14 Thread Jeroen Ruigrok van der Werven
hough. The less confusion the better. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ 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 uns

Re: Fate of 0.91 projects

2006-04-14 Thread Jeroen Ruigrok van der Werven
n instantly switch trunk to m-r, and if m-r is good enough, make a > release of it. I can definitely live with this course of action and would throw my vote in for this. -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received this message becau

Re: Fate of 0.91 projects

2006-04-14 Thread Jeroen Ruigrok van der Werven
prolong the non-MR use is going to come back later for people who need to convert from one system to another. Better to bite the bullet and get this over with. The better question might be: is the current magic removal branch that what you intend for a 1.0 version? -- Jeroen Ruigrok

Re: Fate of 0.91 projects

2006-04-13 Thread Jeroen Ruigrok van der Werven
g I am slightly concerned about is the fact that the MR branch is lingering and lingering and diverging beyond simply the 'magic removal' goal that was set at first. How many more changes are expected before a new release or in other words: what's the schedule? :) -- Jeroen Ruigrok

Re: Version 1.0 Features

2006-02-14 Thread Jeroen Ruigrok van der Werven
Have you checked: http://code.djangoproject.com/wiki/VersionOneFeatures

Re: running django

2006-01-23 Thread Jeroen Ruigrok van der Werven
m/documentation/modpython/ would be my first suggestion. -- Jeroen Ruigrok van der Werven

Re: Dreamhost - a note for Windows users

2006-01-19 Thread Jeroen Ruigrok van der Werven
nnections. Of course, alternatively you can manually set it to ASCII mode and upload then. No need for any dos2unix (am I the only one that prefers things sed 's/^M$//g' nowadays?). -- Jeroen Ruigrok van der Werven

Re: Dreamhost - problem with Django installation

2006-01-17 Thread Jeroen Ruigrok van der Werven
erface going haywire because of the request and unable to match it? -- Jeroen Ruigrok van der Werven

Re: Django and MS SQL

2006-01-11 Thread Jeroen Ruigrok van der Werven
On the IRC channel I'm asmodai by the way. -- Jeroen Ruigrok van der Werven

Re: Django for eCommerce?

2005-12-22 Thread Jeroen Ruigrok van der Werven
in your book? -- Jeroen Ruigrok van der Werven

Re: concept problem with apps

2005-12-21 Thread Jeroen Ruigrok van der Werven
Perhaps it is just me, but I have a bit of difficulty understanding what you are trying to ask here. Could you please rephrase it? Thanks, -- Jeroen Ruigrok van der Werven

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-14 Thread Jeroen Ruigrok van der Werven
ions like PositiveIntegerField() are quite understandable and straightforward. Of course, the Field mention for each and every one might be redundant. -- Jeroen Ruigrok van der Werven

Re: Database Backup

2005-12-14 Thread Jeroen Ruigrok van der Werven
ready present in the models, so the only thing left is the extraction of the data in some sort of XML file, unless I am missing something very fundamental. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! h

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-14 Thread Jeroen Ruigrok van der Werven
you see on many of screencasts running on Mac OS X. At least as long as I've been going around hosting circles. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PROTECTED] Coura

Re: is Django too powerful?

2005-12-13 Thread Jeroen Ruigrok van der Werven
Hi Ian, On 12/13/05, Ian Holsman <[EMAIL PROTECTED]> wrote: > - captcha (text or images based) > - spam and XSS protection Have you seen/read http://www.w3.org/TR/turingtest/ already? Especially the automated circumvention of CAPTCHAs is very interesting. -- Jeroen Ruigrok va

Re: Comments on Ruby code slides from Snakes and Rubies?

2005-12-13 Thread Jeroen Ruigrok van der Werven
ive meta is. Just some of my thoughts. :) I am sure that a lot of this is highly dependent on the person in question. -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai Free Tibet! http://www.savetibet.org/ | Je maintiendrai! http://www.in-nomine.org/ | [EMAIL PROTECTED] Teachin