Skip to content

An app template for large Flask applications with a Flask-SQLAlchemy integration.

Notifications You must be signed in to change notification settings

adyouri/large-flask-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An app template for large Flask applications with Flask-SQLAlchemy integration. The application has the following structure:

.
├── app
│   ├── extensions.py
│   ├── __init__.py
│   ├── main
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── models
│   │   ├── post.py
│   │   └── question.py
│   ├── posts
│   │   ├── __init__.py
│   │   └── routes.py
│   ├── questions
│   │   ├── __init__.py
│   │   └── routes.py
│   └── templates
│       ├── base.html
│       ├── index.html
│       ├── posts
│       │   ├── categories.html
│       │   └── index.html
│       └── questions
│           └── index.html
├── config.py

About

An app template for large Flask applications with a Flask-SQLAlchemy integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published