Skip to content

Shekharmaheswari85/Puppies-Adoption-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppies Adoption Site

  • pip install virtualenv
  • python -m venv env
  • pip install -r requirements.txt
  • set FLASK_APP=app.py
  • flask db init
  • flask db migrate -m "some message"
  • flask db upgrade
  • python app.py