scalable flask web application

Saravanan Dayalan 906ac71716 project readme 5 月之前
flaskweb 69dddb7e44 application style sheet 8 月之前
LICENSE 9e450bdb4d project license 5 月之前
README 906ac71716 project readme 5 月之前

README

Scalable Flask web application build from scratch.

flaskweb
├── __init__.py
├── pages.py
├── static
│   └── styles.css
└── templates
├── base.html
├── _navigation.html
└── pages
├── about.html
└── home.html