Skip to content

startupsandcode/flask-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Flask Project

build sass

pip install Flask-Scss

add it to init.py and put your scss files in the assets directory.

from flask_scss import Scss
Scss(app,static_dir='app/static', asset_dir='app/assets')

deploy to heroku

git push heroku deploy:master

db changes

flask db migrate -m "Your migration note"
flask db upgrade

About

A working version of Miguel's flask tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages