GetTogether/get_together
2018-04-15 17:53:22 -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 templates for 404 and 500 errors. Fixed #66 2018-04-15 17:43:05 -04:00
templates Add templates for 404 and 500 errors. Fixed #66 2018-04-15 17:43:05 -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 Use get_object_or_404 to throw 404 errors when a page's primary object isn't found, rather than a 500 error 2018-04-15 17:53:22 -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 Fix broken links for setting place on an EventSeries 2018-04-15 16:13:49 -04:00
wsgi.py Include base project directory in python path for wsgi.py 2018-01-20 16:52:19 -05:00