summaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Collapse)Author
2015-01-31Add Interest modelsTeddy Wing
Two new models: * Interest * UserInterest (through model) These allow us to record interests/passions and associate them with users.
2015-01-31Add database & user modelsTeddy Wing
* Database courtesy of Flask-SQLAlchemy * User models from Flask-User