GetTogether/events
2018-09-04 22:14:59 -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 Add event toggles to enable/disable presentations, comments and photos. Fixes #109 2018-08-25 10:34:23 -04:00
models Fix error when trying to display a speaker bio without an avatar on the speaker or on the user profile 2018-09-04 21:36:15 -04:00
templates Add ability to invite teams to an org, or request to have your team added to an org 2018-08-06 11:08:51 -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 admin filters for team event count and team member count 2018-09-04 22:14:59 -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 event toggles to enable/disable presentations, comments and photos. Fixes #109 2018-08-25 10:34:23 -04: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 Fix city lookup not matching by city name when clicking on the map on the Place selection screens 2018-08-08 17:03:18 -04:00