Skip to content

juokaz/flask-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate/Skeleton flask application with frontend, admin and api backends

Running the frontend backend

source website/venv/bin/activate
./manage.py

Running the admin backend

source website/venv/bin/activate
./manage.py admin

Running the api backend

source website/venv/bin/activate
./manage.py api

DB versioning

To generate a new database version

alembic revision --autogenerate -m "Initial setup"

Upgrade the database to the latest version

alembic upgrade head

About

Boilerplate/Skeleton flask application with frontend, admin and api backends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published