Skip to content

maithanhduyan/watch-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch Store ecommerce base on Flask

Watch Store Galery

Home Page

Create new venv on Windows

py -3 -m venv venv venv\Scripts\activate

Install Flask

pip install -r requirements.txt

  • Add venv package to requirements.txt

pip freeze > requirements.txt

Run Server

flask --app shop run flask --app shop --debug run

Add packages into requirements.txt

pip freeze > requirements.txt

References

Flask Flask-SQLAlchemy Flask-Migrate Icons8

Clear Cache

python -Bc "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('*.py[co]')]"
python -Bc "import pathlib; [p.rmdir() for p in pathlib.Path('.').rglob('__pycache__')]"


About

Watch Store ecommerce base on Flask

Resources

License

Stars

Watchers

Forks

Packages

No packages published