Re: Django Automatic Page Refreshing

2007-03-11 Thread baasbartels
Not Django related, but well ... there you go The short answer is: don't. The longer answer is: Your room only holds 200 people, so at some point someone will be out of luck. You just need to make sure that if someone starts a serious attempt to book a seat (as opposed to just browsing around),

Django Gebruikers Groep

2006-11-11 Thread baasbartels
To non-dutch speaking: this is not spam, it's just a message in dutch, for dutch django users about the possibility of forming a dutch Django user group. Having localized user groups could in my opinion potentially benefit Django development (both in the technical sense as in the "growing the comm

Re: Django Gebruikers Groep

2006-11-12 Thread baasbartels
Aardig om te zien dat er interesse is. Als antwoord op de vraag van Franklin: heel precies heb ik het ook nog niet voor ogen, maar mijn gedachte kwam vooral voort uit het feit dat ik best zo nu en dan wat aan Django wil doen dat niet direct mijn probleem oplost maar gewoon het hele product ten goe

Creating multiple objects at once

2006-08-01 Thread baasbartels
Hi all, I´m currently writing an app to track expenses (using Django). For this I´ve a simple datamodel which basically consists of two model classes: Register and Entry. The idea is that you can book expenses in various Registers, one Entry representing a particular Expense. Now my issue is the