https://github.com/datamade/flask_app_template
Generic Flask app template with basic database setup and user login
https://github.com/datamade/flask_app_template
Last synced: 12 months ago
JSON representation
Generic Flask app template with basic database setup and user login
- Host: GitHub
- URL: https://github.com/datamade/flask_app_template
- Owner: datamade
- License: mit
- Created: 2015-02-09T16:32:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T20:51:14.000Z (about 9 years ago)
- Last Synced: 2025-03-03T14:14:31.459Z (over 1 year ago)
- Language: HTML
- Size: 101 KB
- Stars: 10
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask app template

[](https://coveralls.io/github/datamade/flask_app_template?branch=master)
To customize:
1. Rename ``template`` folder to something more meaningful
2. Edit
[``runserver.py``](https://github.com/datamade/flask-app-template/blob/master/runserver.py#L1)
so that it points at your newly renamed module.
3. Do the same thing to [``init_db.py``](https://github.com/datamade/flask-app-template/blob/master/init_db.py#L1)
4. Copy example app config to real app config and edit to suit your needs