[Answer]-How to create a user account profile with django (front end)

1👍

  1. Django userena can be used to save and display user profile and it can be customized for our needs(to display account information and recent actions).
  2. Django multi-database routing concept can be used to share users and sessions across projects. It is explained more clearly here.
👤arulmr

Leave a comment