Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmed/flask_template
Template for Flask applications
https://github.com/rmed/flask_template
Last synced: 3 months ago
JSON representation
Template for Flask applications
- Host: GitHub
- URL: https://github.com/rmed/flask_template
- Owner: rmed
- Created: 2015-03-18T21:09:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T22:32:06.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T04:10:44.738Z (6 months ago)
- Language: Python
- Size: 1.48 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rmed/flask_template - Template for Flask applications (Python)
README
# Flask application template
This repository contains a Flask template and other *recipes* I tend to replicate in most projects. Each *recipe* is intended to be added to the code in the `base` directory, indicating the file in which the coud should be added.
The directory layout is as follows:
- `base`: This directory contains the basic application structure and configuration
- `async_loading`: Recipe for loading content of HTML tags asynchronously through AJAX
- `celery`: Recipe for asynchronous tasks using Celery and Redis
- `socketio`: Recipe adding websocket support through Flask-SocketIO