FastAPI-template
FastAPI-template copied to clipboard
"--add-users" not working
trafficstars
When I created a project via "fastapi_template --add-users", it seems not as expected. There is no fastapi_users in pip list, and no db.models.users as well which is imported in web.api.users.views. Did I miss something or misunderstand the argument "--add-users"?
That's weird. It should add fastapi_users. Seems like a bug.