Skip to content

HappyDoggo/beginner-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beginner-flask

I have no idea what I'm doing.

Powershell

Running Flask in Powershell.

$env:FLASK_APP = "hello.py"
$env:FLASK_DEBUG = "1"
flask run

If not running in virtual environment, remove the variables after use.

Remove-Item Env:\FLASK_APP
Remove-Item Env:\FLASK_DEBUG

Check variables using Get-ChildItem Env:

To do

  • get a virtual environment.
  • basic random generator prototype.

About

Playing around with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published