GetTogether/events
2018-01-29 12:48:14 -05:00
..
management Add longitude and latitude to city import, use it for searchable data when a Place isn't defined for an event 2018-01-25 16:41:12 -05:00
migrations Add Description field to Teams, allow Markdown for team and event descriptions, use Bootstrap layouts for team and event pages 2018-01-25 16:50:19 -05:00
models Allow importing events without an venue, as long as it has a location (city) 2018-01-26 21:07:07 -05:00
templates Add ability to mark yourself as attending an event 2018-01-23 23:52:42 -05: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 Expand UserProfile admin, auto-set profile realname if possible 2018-01-26 21:06:33 -05: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
forms.py Require 3 characters or more before calling an API for Lookup fields. Limit returned results to 20 objects. Include 'no value' option in lookup field results 2018-01-29 12:48:14 -05:00
tests.py Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00
views.py Require 3 characters or more before calling an API for Lookup fields. Limit returned results to 20 objects. Include 'no value' option in lookup field results 2018-01-29 12:48:14 -05:00