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
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