django-schedule
django-schedule copied to clipboard
A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.
I'm trying to use Calendar with my User model where i use UUID as pk, and I can't create calendar, I believe, because [this line](https://github.com/thauber/django-schedule/blob/master/schedule/models/calendars.py#L226) where the object_id is saved...
Hey, I am trying to make a Planner provides user with a timeline of the non recurring events that he has scheduled in his Weekly/Monthly Plan. I want to do...
Not fully sure on this one: the periods (month, week, ...) seem to mess with timezone aware objects. This causes multiple errors in a env with USE_TZ = True. Did...
I did not change any code at all . After install setup , trying to runserver then I get this: C:\Python27\mycode\django-schedule\project_sample>manage.py runserver Validating models... Unhandled exception in thread started by...
The conf folder was not present in the MANIFEST.in, which was causing an error trying to runserver in project_sample.I have fixed that my including the conf folder in MANIFEST.in Please...
Make a new settings.py compatible with Django 1.4, fix bugs that prevent project_sample to starts. It looks like ajax_ui is the more up-to-date branch since master was merge into at...
The Occurrence model's **init** set title and description starting from it's related Event. This is a problem if you try create an empty instance without any initial data. This happen...
It seems setup.py is missing 'schedule.conf' under packages. I think the version also needs to be updated.
After loading example data, if I click on 1 month. There is a 'Template syntax error'.Detailed error is pasted here: http://dpaste.com/722681/ Please do have a look.
Getting an error "Adminsite object has no attribute root" while running the calender application after doing all necessary settings.