GetTogether/events/management/commands
2018-04-15 11:31:12 -04:00
..
__init__.py Add first pass at federating searchable data 2017-12-26 17:01:09 -05:00
create_next_in_series.py 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
import.py Key federation imports on the new immutable event_uri field instead of the mutable event_url 2018-03-18 13:12:12 -04:00
load_cities.py Refactor code to clean it up a bit. 2018-03-14 20:39:27 -04:00
load_countries.py Refactor code to clean it up a bit. 2018-03-14 20:39:27 -04:00
load_spr.py Refactor code to clean it up a bit. 2018-03-14 20:39:27 -04:00
recreate_searchables.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