django-swingtime
django-swingtime copied to clipboard
📆 Event and occurrence scheduling application for Django
I followed the instructions, but when I bring up the page, nothing shows up. I tried including the demo urls, but it doesn't reach. Not exactly sure how to get...
``` TypeError at /swingtime/ can't compare offset-naive and offset-aware datetimes ``` when adding to an event Occurrence swingtime/utils.py in create_timeslot_table ` if item.end_time
I see the release notes here: http://dakrauth.github.io/django-swingtime/changes.html#release-1-1-0-feb-16-2019 I do not see it in pypi or under the Releases section in GitHub. Is it going to be released?
I looked for a way in the web user interface to add/remove/change the "Event type" values in the Karate Dojo example. I assume this is an absent feature. If it's...
@dakrauth I'm wondering if you're planning to merge the abstract models branch anytime soon?
I'm helping a non-profit with their main event calendar. As you might imagine, its a bit busy! I need to improve the day-cell layout. For example, they would like morning...
I hope you find this interesting. It could be a viable method of allowing "infinitely" recurring events. While comparing different calendar/scheduling packages for Django, I've noticed that mostly they follow...
I encountered this issue when creating an event whose title is "Début stage". The line in cause is the 206th from the file /site-packages/swingtime/models.py when the occurrence is outputted as...
Does 0.6 or later support users in different time zones? I need to support this, but when I set Django to EST (Toronto) I got lots of naive date warnings....
All day events for things like birthdays would be nice.