Building admin in Django must login with building name and password to login

I'm doing a building management program.

  1. Building
  2. Block
  3. Door No Every month, the manager receives a salary from the residents of the building. Administrator The building name and password will be entered to login and select the desired building. When building occupants check in
  4. Building will be selected
  5. Block will be selected according to the building
  6. After choosing the door number and password according to the block, the occupants will enter. I couldn't find an example for this. Thanks for your help
Back to Top