| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-31 | Render base.html at index pageindex-page | Teddy Wing | |
| * Update routes to use the `add_url_rule` syntax * Create base.html * Create a home module and views.py file to serve the home page | |||
| 2015-01-31 | Add Interest models | Teddy Wing | |
| Two new models: * Interest * UserInterest (through model) These allow us to record interests/passions and associate them with users. | |||
| 2015-01-31 | Add database & user models | Teddy Wing | |
| * Database courtesy of Flask-SQLAlchemy * User models from Flask-User | |||
