An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Flask app template

![Badgers!](https://api.travis-ci.org/datamade/flask_app_template.svg?branch=master)

[![Coverage Status](https://coveralls.io/repos/github/datamade/flask_app_template/badge.svg?branch=master)](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