| 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 | README: Add a note to source your virtualenvset-up-database | Teddy Wing | |
| 2015-01-31 | Add README | Teddy Wing | |
| Include setup instructions and instructions for running the app. | |||
| 2015-01-31 | app.py: Add debug config | Teddy Wing | |
| If we don't have an app environment variable set, assume we're in the development environment and set debug=True. | |||
| 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 | Create Makefile | Teddy Wing | |
| Include a target to delete *.pyc files. | |||
| 2015-01-31 | Add database & user models | Teddy Wing | |
| * Database courtesy of Flask-SQLAlchemy * User models from Flask-User | |||
| 2015-01-31 | .gitignore: Add *.pyc & database | Teddy Wing | |
| Ignore compiled Python files and sqlite database. | |||
| 2015-01-26 | requirements.txt: Add 'flask-user' | Teddy Wing | |
| Let it do the work of user and session management for us. | |||
| 2015-01-25 | requirements.txt: Add Flask-SQLAlchemy | Teddy Wing | |
| Database hooks for Flask. | |||
| 2015-01-25 | app.py: Remove unnecessary comment | Teddy Wing | |
| 2015-01-25 | Rename test.py to app.py | Teddy Wing | |
| 2015-01-25 | Add requirements.txt | Teddy Wing | |
| Require Flask. | |||
| 2015-01-25 | Add .gitignore | Teddy Wing | |
| Ignore virtualenv/ | |||
| 2015-01-25 | hello world page on Flask serverHEADmastermakingItWork | Sergii | |
