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 have no idea if this issues has something to do with my django version > > > import django > > > django.VERSION > > > (1, 4, 0,...
after i create an event, i drag it to another date. then i delete it. however database still shows that it is there. if i dont drag it to another...
I'm a noob trying to get this scheduler to work. I followed all the instructions to configure settings.py and have the url pattern redirect to use the urls.py file inside...