项目作者: freddygarcia

项目描述 :
Customized flask project template with pre configured flask login, flask admin, flask auth, flask api
高级语言: Python
项目地址: git://github.com/freddygarcia/flask_template.git
创建时间: 2017-09-02T14:00:16Z
项目社区:https://github.com/freddygarcia/flask_template

开源协议:

下载


README

To whom may be interest to collaborate in this project this will be the steps


just pull the repository git pull https://github.com/alejandromorrison/flask_template.git


and then use python install requirements.txt

Flask Project Template

Hey! This is a custom flask project template with reconfigured flask plugins.


Plugins

  • flask restless
  • flask httpauth
  • flask login
  • flask sqlalchemy

Project Structure

  1. project
  2. .gitignore
  3. config.py
  4. requirements.txt
  5. run.py
  6. ├───app
  7. __init__.py
  8. ├───main_module
  9. admin.py
  10. api.py
  11. auth.py
  12. auth_routes.py
  13. models.py
  14. populate_db.py
  15. routes.py
  16. __init__.py
  17. ├───static
  18. ├───templates
  19. index_.html
  20. ├───admin
  21. your template.html
  22. ├───authentication
  23. login.html
  24. └───base
  25. master.html