Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Tutorial

This was based on the Miguel Mega Flask Tutorial

Setup

setup your virutal environment

python -m venv venv

activate it

source ./venv/bin/activate

pip install

pip install -r requirements.txt

Run it

flask run

Debugging

There may be some clock issues because time.clock has been deprecated, so you can make those changes (simply change it to time.time)

About

A working version of Miguel's flask tutorial

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages