GetTogether/events
2018-05-16 21:46:09 -04:00
..
management Email event hosts when the next event in their series has been created 2018-05-12 23:19:58 -04:00
migrations Add ability for an event host to view and contact attendees. Add ability for an event host to mark if an attendee actually attended or not after the event is over. Fixes #71 2018-05-16 21:30:32 -04:00
models Add ability for an event host to view and contact attendees. Add ability for an event host to mark if an attendee actually attended or not after the event is over. Fixes #71 2018-05-16 21:30:32 -04:00
templates Rework the new team creation workflow to make it simpler and include a little more instruction. If a user doesn't have a team near them, prompt them to create one instead of showing them an empty homepage. Also impoves some of the instructions around creating a new event. Fixes #55 2018-04-16 21:52:24 -04:00
tests Add test case for searchable deletion 2018-04-17 11:31:47 -04:00
__init__.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
admin.py Limit filter list on some admin screens 2018-05-16 21:46:09 -04:00
apps.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
feeds.py Convert Event start and end times to UTC, display them in local time but store them in UTC. Show ical feeds for the user and teams. Fixes #28, Fixes #59 2018-04-01 22:22:30 -04:00
forms.py Add ability for an event host to view and contact attendees. Add ability for an event host to mark if an attendee actually attended or not after the event is over. Fixes #71 2018-05-16 21:30:32 -04:00
location.py Rework the new team creation workflow to make it simpler and include a little more instruction. If a user doesn't have a team near them, prompt them to create one instead of showing them an empty homepage. Also impoves some of the instructions around creating a new event. Fixes #55 2018-04-16 21:52:24 -04:00
utils.py Add initial speaker/talk models, expand Category and Topic to they can be used for this, add a user's default City to their profile 2018-04-25 10:43:25 -04:00
views.py move comment posting view into get_together so we can have it send emails to attendees. Fixes #87 2018-05-12 17:11:43 -04:00