Advertisement
sriyanto

create folder

Oct 14th, 2023
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | Source Code | 0 0
  1. mkdir projectflask
  2. cd projectflask
  3. pip install flask
  4. pip install db-sqlite3
  5. mkdir templates
  6. mkdir static
  7. touch app.py
  8. touch mydatabase.py
  9. touch templates/index.html
  10. touch templates/view.html
  11. touch templates/edit.html
  12. touch static/style.css
  13. code .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement