Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 645 Bytes

File metadata and controls

20 lines (12 loc) · 645 Bytes

flask-template-files

Update the following files

server.py - line 2 to add all your controllers flask_app/init.py - to update the way you chose to have your secret key flask_app/config/mysqlyconnection.py - to have the right user/password combo

**** Otherwise these files never change *****

The following files are empty and can be edited / renamed to work for you app

controllers/users.py models/user.py static/css/styles.css static/js/scripts.js

The template folder contains a index.html prefilled with basics of linked css and js as well as the block menu so that you can update the nav links on just the menu.html file