Created
June 29, 2016 18:00
-
-
Save evansde77/c545fd442a05e5e90bd629a8165604a4 to your computer and use it in GitHub Desktop.
Revisions
-
evansde77 created this gist
Jun 29, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ # Flask * [Flask](http://flask.pocoo.org/docs/0.11/) * [Jinja2](http://jinja.pocoo.org/) * [Jinja2 Guide](https://realpython.com/blog/python/primer-on-jinja-templating/) * [Flask-Restful for data heavy applications](http://flask-restful-cn.readthedocs.io/en/0.3.4/) * # uwsgi * [uwsgi docs](http://uwsgi-docs.readthedocs.io/en/latest/) * [uwsgi/flask quickstart](http://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html) * [uwsgi/flask example](https://github.com/mking/flask-uwsgi) *