Judging App for Albany High School Freshman Renewal Debates.
- Redo admin import for new models
- Write tests
- Decide what should be done in admin versus in app.
- Use PEP8
- Decide how to deal with attendance
- Python 3.x
- Django (Django)
- Python Social Auth (python-social-auth)
- Django Import / Export (django-import-export)
- Tablib (tablib) must currently be installed from Github
(version on PyPi is 3 years old and does not support Python 3) using
pip install -e git+https://github.com/kennethreitz/tablib.git#egg=tablib
- Tablib (tablib) must currently be installed from Github
(version on PyPi is 3 years old and does not support Python 3) using
- move debates_site/settings_secret.py.template to debates_site/settings_secret.py
- follow step 1 from the Google+ Sign in quickstart for Python
- fill out the client key and secret in the debates_site/settings_secret.py file
- ./manage.py syncdb (initialize database tables)