Closed AntonPiccardoSelg closed 7 years ago
Test only after #2 has been merged
This is a first attempt to add a login and user authentication system. It lets Flask-User do all the hard work.
Flask-User
Main inspirations were:
Known Problems are:
Future extenions, problems and questions:
python3 manage.py create_db
python3 manage.py runserver
127.0.0.1:5000
Try some variations
@matthew-d-jones all i wanted to add has been done now
Test only after #2 has been merged
This is a first attempt to add a login and user authentication system. It lets
Flask-User
do all the hard work.Main inspirations were:
Known Problems are:
Future extenions, problems and questions:
To run + test
python3 manage.py create_db
python3 manage.py runserver
127.0.0.1:5000
Try some variations