Starter app for managing users - login/logout and registration.
$ export APP_SETTINGS="project.config.DevelopmentConfig"or
$ export APP_SETTINGS="project.config.ProductionConfig"SECRET_KEYSQLALCHEMY_DATABASE_URI
$ python manage.py create_db
$ python manage.py db init
$ python manage.py db migrate
$ python manage.py create_admin$ python manage.py runserverWithout coverage:
$ python manage.py testWith coverage:
$ python manage.py cov