Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 386 Bytes

login

Using flask-login to create and process a log-in page.

Create your own ini file and name it as you wish and put it in the backend directory.

[postgresql]
host=
database=
user=
password=

[flask]
secret_key=<secret_key>

This is from my repo