How to use stored procedure in Django
Recently, we started working on a Job portal website using the Django framework. And we got a requirement to use a stored procedure to update data at multiple tables. Can anyone suggest how to create and use the stored procedure in Django