Commit graph

25 commits

Author SHA1 Message Date
Michael Hall
5e97740f7c Include base project directory in python path for wsgi.py 2018-01-20 16:52:19 -05:00
Michael Hall
927933f68e Move loading local_settings overrides to the end of settings.py 2018-01-20 16:51:20 -05:00
Michael Hall
63c542d20f Change team form widget base from Select to TextInput to avoid loading all related values from the database. Fixes #13 2018-01-20 16:50:11 -05:00
Michael Hall
c2195f22ae Use JQuery for dynamic lookups of form fields instead of using a large <select> list 2018-01-20 14:09:57 -05:00
Michael Hall
816e770ccf Merge branch 'master' of github.com:mhall119/GetTogether 2018-01-12 22:47:10 -05:00
Michael Hall
f021893dd3 Add environ_settings.py for situations where you want to configure GetTogether using runtime variables (such as docker, vagrant or other container style deployments). Fixes #12 2018-01-12 22:46:59 -05:00
Michael Hall
9edb3d16c1
Fix README.md formatting 2018-01-12 22:26:09 -05:00
Michael Hall
9e26c86f3c Add instructions for pre-loading city data using GeoNames data files. Fixes #10 2018-01-12 22:23:25 -05:00
Michael Hall
3bb829851d Add Membership model to connect users to teams 2018-01-08 22:35:44 -05:00
Michael Hall
f4cf1c9cda Add Bootstrap CSS, management script to load locale data, add new fields to locale models 2018-01-03 23:44:27 -05:00
Michael Hall
d70435fdcc
Merge pull request #9 from gekitsuu/adding-docker
adding a working Dockerfile for local development and testing
2018-01-03 11:54:50 -05:00
Adam Glenn
90e95f036b adding readme update 2018-01-02 11:15:09 -08:00
Adam Glenn
3260e7734f fixing createsuperuser + readme 2018-01-02 06:48:44 -08:00
Michael Hall
df64e46913 Add simple for for adding Events to a Team 2017-12-31 16:54:35 -05:00
Adam Glenn
7c8acd05ec adding a working dockerfile 2017-12-29 23:08:43 -08:00
Michael Hall
8f3e190c19 Start new user experience, setup a new team and view the team's page. Add event details page too, but not create event page yet 2017-12-29 22:27:05 -05:00
Michael Hall
a17a5b7894 Add social authentication with python-social-auth and social-auth-app-django. You will need to setup app id & secret in a ./local_settings.py file to use them 2017-12-27 15:00:49 -05:00
Michael Hall
186e9eac5b Remoted pkg-resources dependency added by Ubuntu's pip package.
Fixes #1
2017-12-27 10:56:21 -05:00
Michael Hall
42b2415df4 Add list of needs to README 2017-12-27 10:51:51 -05:00
Michael Hall
e123444ceb Add instruction to README for importing federated searchable data 2017-12-26 17:03:10 -05:00
Michael Hall
ddb42e6c91 Add git ignore file 2017-12-26 17:01:24 -05:00
Michael Hall
98a89ab143 Add first pass at federating searchable data 2017-12-26 17:01:09 -05:00
Michael Hall
6ad92b4c4b Add missing step to install pip requirements before running Django commands 2017-12-26 11:57:50 -05:00
Michael Hall
7e59c428dc
Update README.md
Fixed spacing in Getting Started commands
2017-12-26 11:47:54 -05:00
Michael Hall
ae1000850d Initial commit, basic models only and just enough views to show it's working 2017-12-26 11:46:27 -05:00