Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Login authentication for Flask python web framework

License

Notifications You must be signed in to change notification settings

keramiozsoy/login-for-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login-for-flask

Login authentication for Flask python web framework

Requirements

  • python 3.6.4
  • pip install Flask

Run Application

Open terminal

FLASK_DEBUG=1 python app.py

127.0.0.1:1111

Check Code Style

:)

pep8 --count --statistics --show-source app.py

pylint app.py

#flake8 I will add this linter
#http://flake8.pycqa.org/en/latest/

Technologies