Conversation
|
Hello @ibaraki-douji, pip install django django.db.utils.OperationalError: (2005, "Unknown server host 'db' (-2)") --> Unresolved I hope you can assist me with this. Best regards, |
|
@wes1993 tho to help me, can you tell me which command gave you that error |
|
Hello @ibaraki-douji,
However, that resulted in an error. How can I configure your PR so that I can authenticate using a local user? |
|
@wes1993 for that command that throw an error it's normal : And for the last question, you just setup the project like the original one using docker, tho switch to my branch/repo to use my changes. |
|
@ibaraki-douji,
I was able to create the superuser successfully, but I still don’t see the login form: For reference, I cloned your repository and built everything from within its root folder using docker compose up command. |
|
@wes1993 by any chance did you cloned the |
|
Probably :-( Now i'm building again after running
I'll keep you updated thanks a lot |
|
@ibaraki-douji, Do you have some suggestion? Best Regards |
|
@wes1993 you need to install a dist-version of the webui (basicly install a web version of tabby client) also inside the webui, on the bottom left, you have a page icon. You can choose the installed tabby version from there if you have multiple or a wrong default one |
|
@ibaraki-douji, Warm regards, |


This pull request allow users to login with a username/password.
As requested in #116 and also because i wanted to keep the admin UI and not only use the API.
How to use it ?
/manage.sh createsuperuser/loginor/adminwith your user and password.Screenshots
Empty form :

Invalid Form :

Pull Request Changes
/api/1/auth/loginfor local logins/loginview