Skip to content

Simple script for creating a flask application structure

Notifications You must be signed in to change notification settings

shivkar2n/FlaskInit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FlaskInit

Simple script for creating a flask application structure

Project Structure

├── venv/
├── testapp/
│   ├── static/
│   │   └── style.css
│   ├── templates/
│   │   ├── index.html
│   │   └── home.html
│   ├──api/
│   │   ├── index.py
│   │   ├── index.py
│   ├── __init__.py
│   └── config.ini
├── name.txt
├── .gitignore
└── requirements.txt

About

Simple script for creating a flask application structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages