0
I am developing a project with a legacy database (Firebird), and I was able to configure Settings.py and it is working with the database.
When creating a login using Forms, I am not able to create an authentication with the database, because I am not using the standard user table of Django, and I am trying to validate with an existing table of the legacy system.
Could someone tell me how it would be done to create a login using an existing table of the legacy system? And mostly the views.py part to authenticate.