Skip to content

metion/flask_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask project Template

Focus on project :)

# git
git@github.com:AliyevH/flask_template.git

# https
https://github.com/AliyevH/flask_template.git
.
├── Dockerfile
├── README.md
├── app
│   ├── __init__.py
│   ├── decorators.py
│   ├── errors.py
│   ├── models.py
│   └── routes.py
├── core
│   ├── __init__.py
│   └── settings
│       ├── __init__.py
│       ├── base.py
│       ├── development.py
│       └── production.py
├── requirements.txt
├── service.py
├── tests
│   ├── pytest.ini
│   └── test_other.py
└── uwsgi.ini

4 directories, 17 files

About

Flask Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.3%
  • Dockerfile 4.7%