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.
At the time of creating a login using forms, I am not able to create authentication with the database, as I am not using the default django user table, and I am trying to validate with an existing legacy system table.
Could anyone guide me on how to create a login using an existing legacy system table? And mostly the views.py part to authenticate.