This website requires JavaScript.
Explore
Help
Register
Sign in
bic
/
GetTogether
Watch
1
Star
0
Fork
You've already forked GetTogether
0
Code
Issues
Pull requests
Releases
Wiki
Activity
f225c75621
GetTogether
/
get_together
/
views
History
Michael Hall
8c43ab394e
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
..
__init__.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
events.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
new_user.py
Add a placeholder local avatar image for users who don't set one. Fix screens where a missing avatar caused errors.
Fixes
#53
,
Fixes
#50
2018-03-18 12:26:32 -04:00
places.py
Split event creation into two steps: 1) define the event, 2) pick the place. Make place selection optional. Use Google maps to easily find the address of a place
2018-02-06 23:20:38 -05:00
teams.py
Clean up team pages, fix missing created_time stamp on new teams
2018-04-03 22:26:11 -04:00
user.py
Use django-imagekit to allow uploading avatar images.
Fixes
#41
2018-03-17 16:05:13 -04:00
utils.py
Add new user setup workflow to walk the user through confirming their profile information, choosing categories, finding teams and attending events.
Fixes
#23
2018-03-04 14:10:37 -05:00