Re: Handle event on a django event Calendar

2009-07-31 Thread kimo
i tried but i have no calendar displayed, i have an error calendar() takes exaclty 3 arguments (1given) When i tried to put 3 arguments in my urls.py, nothing change. Thank you for help. On Jul 30, 2:19 pm, kimo wrote: > Thank you. > > I will have a look. > > On Jul 30,

Re: Handle event on a django event Calendar

2009-07-30 Thread kimo
Thank you. I will have a look. On Jul 30, 2:14 pm, Steve Schwarz wrote: > On Thu, Jul 30, 2009 at 6:41 AM, kimo wrote: > > > Hi, > > > Is there a way to have a django Clandar Event, i have a Event model, > > and i want to display the event information on the calen

Handle event on a django event Calendar

2009-07-30 Thread kimo
Hi, Is there a way to have a django Clandar Event, i have a Event model, and i want to display the event information on the calendar in order to know if the organiser is free or busy on the date event. Many Thanks. I didn't find the Django Calendar. Where can i find some good example please ?

Django Forms with Foreign Key

2009-07-30 Thread kimo
Hi, I have 2 models in django, and im also using ModelForm, my question is the second model have a froreignkey of the 1, and i want to have one page when generating the form. It's possible, how to link the two forms in one page. Class Event(models.Model): id = models.AutoField(primary_key=True)

Django select multiple date from calendar

2009-07-28 Thread kimo
Hi, Im new in using Django, and i want to know if there is some way to have a multiple date selection from a calendar, i have multiple days : for example a day is : [ 28 july 2009 8:30 - 28 july 17h00 ] Is there any way to do this with Django Forms Thanks a lot kimo