MushroomMaula / fastapi_login

FastAPI-Login tries to provide similar functionality as Flask-Login does.
https://pypi.org/project/fastapi-login
MIT License
639 stars 58 forks source link

Update main.py of full-example folder #108

Closed Lexachoc closed 1 year ago

Lexachoc commented 1 year ago

fix the error of "sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: users" when executing:

python main.py create-admin <username> <password>