Skip to content

fenghuaisheng/my-test-flaskr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-test-flaskr

A test sample for personal study purpose.

Folder Structure:

├── README.md
├── app
│   ├── __init__.py
│   ├── dashboard
│   │   ├── __init__.py
│   │   ├── errors.py
│   │   ├── form.py
│   │   └── view.py
│   ├── models.py
│   ├── pages
│   │   ├── __init__.py
│   │   ├── errors.py
│   │   ├── form.py
│   │   └── view.py
│   ├── static
│   └── template
│       ├── dashboard
│       ├── home
│       ├── layout.html
│       └── pages
├── config.py
├── setup.py
└── tests

Consider making any .py file (except init.py) under views folder a blueprint, and load and register the blueprints in app/init.py file.

The all blueprints will share one layout of template/layout.html.

The all blueprints share the same static source.

About

A test sample for personal study purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published