Auth0 django integration

Hi Team,
Need some support on Django Integration with AUTH0,
AUTH0 session is not sync (overriding) with DJANGO part.

  1. we are able to Reach the IDP auth0 from our server,
  2. login url , callback url, logout url all are defined in the configuration
  3. Able to login successfully with AUTH0 user account and redirect to our application,
  4. OUR DJANGO Application also uses the login mechanism,
  5. Need your support to override this django login mechanism with AUTH0