GetTogether/get_together
2018-04-15 11:31:12 -04:00
..
management Only send reminders for events starting in the next day, add extra tests, and replace get_absolute_url with get_full_url in email templates 2018-04-05 22:50:24 -04:00
static Add virst iteration of a logo and favicon 2018-04-03 22:49:02 -04:00
templates Allow creating an EventSeries when created an Event by adding a RecurrenceField to the new Event form and generating an EventSeries if it's filled in. Add a management command to auto-create the next event in a Series if the previously created Event's original start_time has passed. Fixes #40 2018-04-15 11:31:12 -04:00
templatetags Use event name instead of summary in social media sharing posts 2018-02-12 19:52:16 -02:00
tests Only send reminders for events starting in the next day, add extra tests, and replace get_absolute_url with get_full_url in email templates 2018-04-05 22:50:24 -04:00
views Allow creating an EventSeries when created an Event by adding a RecurrenceField to the new Event form and generating an EventSeries if it's filled in. Add a management command to auto-create the next event in a Series if the previously created Event's original start_time has passed. Fixes #40 2018-04-15 11:31:12 -04:00
__init__.py Version bump to 0.3.0 2018-04-05 23:04:58 -04:00
environ_settings.py Add environ_settings.py for situations where you want to configure GetTogether using runtime variables (such as docker, vagrant or other container style deployments). Fixes #12 2018-01-12 22:46:59 -05:00
settings.py Start using django-recurrence for Events 2018-04-09 17:06:30 -04:00
urls.py Add EventSeries model to hold recurrence data, implement screens to view, edit and delete Series. Show recurrence rules for events that are part of a Series. 2018-04-14 11:14:40 -04:00
wsgi.py Include base project directory in python path for wsgi.py 2018-01-20 16:52:19 -05:00