GetTogether/events
2018-07-15 13:30:44 -04:00
..
activity_pub Add ActivityPub sources for Event and Place data. Not yet using it for federation, or making use of ActivityPub actions 2018-06-13 17:37:41 -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 Issue 65: Team About Page 2018-07-01 15:53:56 -07:00
models Show comment posted time in the event's local time 2018-07-08 23:25:51 -04:00
templates Finish up Bheesham's work on adding team images for card covers and banners, fixes #25 2018-06-10 13:06:46 -04:00
tests Fix searchable event records having a domain and schema duplicated on the image url 2018-07-08 22:57:02 -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 Add latlong to the City admin display 2018-07-15 13:30:44 -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 Issue 65: Team About Page 2018-07-01 15:53:56 -07:00
ipstack.py Remove debugging print statement 2018-06-24 13:09:15 -04:00
location.py Switch to using ipstack.com's free API for geoip lookup. Requires setting IPSTACK_ACCESS_KEY in settings.py now. Fixed #90 2018-06-24 13:07:28 -04:00
utils.py Don't throw a 500 error when verifying csrf token on a session without a cookie 2018-07-07 16:54:52 -04:00
views.py Add csrf checks to join/leave team and event attending status. Fixes #96 2018-07-07 12:05:07 -04:00