Skip to content

AlbanyCompSci/AHS-Freshman-Debates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AHS Freshman Debates

Judging App for Albany High School Freshman Renewal Debates.

TODO

  • 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

Requirements

Available Through PyPi

  • 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

Setup

  • 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)

About

Code for Albany High school Freshmen debates

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 84.6%
  • CSS 15.4%