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

https://github.com/kdchang/python-flask-accounting-app

An Accounting Web App built by Python Flask
https://github.com/kdchang/python-flask-accounting-app

Last synced: 3 months ago
JSON representation

An Accounting Web App built by Python Flask

Awesome Lists containing this project

README

        

# Python Flask Accounting App
An Accounting Web App built by Python Flask

## Extensions
1. Flask-Script
2. Flask-Migrate
3. Flask-Mongoengine
4. Flask-Login
5. Flask-OAuthlib
6. Flask-Principal
7. Flask-SQLAlchemy
8. Flask-WTF
9. Passlib

## Service Command
1. sudo supervisorctl start flask_project
2. netstat -tulpn

## Documents
1. [[python][flask][flask-SQLAlchemy]关于flask-SQLAlchemy的初级使用教程](http://www.cnblogs.com/alima/p/5734992.html)
2. [flask-migrate](https://flask-migrate.readthedocs.io/en/latest/)
3. [flask-sqlalchemy](http://flask-sqlalchemy.pocoo.org/2.1/quickstart/)
4. [flask-wtf](https://flask-wtf.readthedocs.io/en/stable/)
5. [Flask学习教程 Part1 2.3:使用Flask-Script扩展支持命令行选项](http://roseou.github.io/2016/05/15/script/)
6. [使用flask+sqlalchemy操作数据库报错:is already attached to session的解决办法](https://webcache.googleusercontent.com/search?q=cache:IVEsie1MoMgJ:https://www.jarviswang.me/%3Fp%3D448+&cd=17&hl=zh-TW&ct=clnk&gl=tw)
7. [Flask HTTP Basic Auth](http://flask.pocoo.org/snippets/8/)
8. [Celery Based Background Tasks](http://flask.pocoo.org/docs/0.12/patterns/celery/)
9. [MongoEngine 查询(翻译)](https://segmentfault.com/a/1190000008025156)
10. [用 Flask 打造 RESTful API](http://seanlin.logdown.com/posts/239771-use-flask-to-create-restful-api)
11. [How To Use SSH Keys with DigitalOcean Droplets](https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets)
12. [How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-16-04)
13. [How To Serve Flask Applications with uWSGI and Nginx on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-16-04)
14. [Initial Server Setup with Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04)
15. [How To Install the Anaconda Python Distribution on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-install-the-anaconda-python-distribution-on-ubuntu-16-04)
16. [UFW Essentials: Common Firewall Rules and Commands](https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands)
17. [ How To Read and Set Environmental and Shell Variables on a Linux VPS](https://www.digitalocean.com/community/tutorials/how-to-read-and-set-environmental-and-shell-variables-on-a-linux-vps)
18. [Kickstarting Flask on Ubuntu - Setup and Deployment](https://realpython.com/blog/python/kickstarting-flask-on-ubuntu-setup-and-deployment/)
19. [Understanding the Nginx Configuration File Structure and Configuration Contexts](https://www.digitalocean.com/community/tutorials/understanding-the-nginx-configuration-file-structure-and-configuration-contexts)
20. [Flask Gunicorn Supervisor Nginx 项目部署小总结](https://gist.github.com/binderclip/f6b6f5ed4d71fa64c7c5)
21. [在 Ubuntu Linux 中安裝 MongoDB 資料庫](https://blog.gtwang.org/linux/install-mongodb-on-ubuntu/)
22. [Linux: Find Out Which Process Is Listening Upon a Port](https://www.cyberciti.biz/faq/what-process-has-open-linux-port/)