How to first login #38
|
Hello! How I can get credentials for my first login (I am use FastAPI + Tortoise ORM) |
Answered by
akorsunov23
Jul 1, 2023
Replies: 2 comments
Hello! It is necessary to create in the User model after "is_superuser" and add a user with the True value, he will be the administrator. |
0 replies
Answer selected by
levko-art
|
Close the discussion |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! It is necessary to create in the User model after "is_superuser" and add a user with the True value, he will be the administrator.