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

https://github.com/yunohost-apps/flask_ynh

Flask template for YunoHost
https://github.com/yunohost-apps/flask_ynh

flask flask-template yunohost yunohost-apps

Last synced: about 1 year ago
JSON representation

Flask template for YunoHost

Awesome Lists containing this project

README

          

Flask template for YunoHost
===========================

This is a Flask template for YunoHost.

It will setup a basic Hello World app in `/var/www/`.

You can then use it to :

- start developing an app
- or install an existing app by replacing the appropriate files
- or package your flask app using this app template

Technologies
------------

- Python 3
- ~~Postgresql~~ (sqlite, but should be able to choose postgres vs. sqlite at install)
- Gunicorn
- SQLAlchemy

Todo
----

- [ ] Really set app label
- [ ] Handle public/private option
- [ ] Enhance database setting and helpers
- [ ] Document how to launch a dev server
- [ ] ???
- [x] Be able to choose between sqlite and postgres