django-schedule icon indicating copy to clipboard operation
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.

Results 23 django-schedule issues
Sort by recently updated
recently updated
newest added

With 614 events in Feb, I'm generating more than 900 sql calls and a total processing time of more than 10,000 ms. This might work for a personal to-do calendar,...

your link in the README.md file to your wiki page is non-existent/broken...

There is a small typo in schedule/views.py. Should read `weekdays` rather than `weekedays`.

Please add requirements.txt and any other possible instructions needed to launch sample_project. Thank you in advance.

When attempting to try the stable version [as per the wiki](https://github.com/thauber/django-schedule/wiki#to-try-it-out-stable-version): ``` % python manage.py syncdb Traceback (most recent call last): File "manage.py", line 2, in from django.core.management import execute_manager...

The load_sample_data and load_example_data can't run on Django 1.10 because the NoArgsCommand was deprecated. Using BaseCommand and using the new handle function will fix it.

I would like to create oncall rotating schedule using this by adding some new functionality in the tool so that it would be possible to create oncall rotating schedule for...

This app does not work with django 1.8 , too many depreciated issues

Hello, Is there a way to define a set days (ie. holidays) for which the schedule won't generate any occurrence? I looked at canceled days but I'm not clear on...