* Owner of the app can view all the tenants status.
* Owner can go to details of any tenants & can add any tenant from this page.
* Used : Django, HTML5, CSS3, Bootstrap .
* Owner of the app can add a new tenant.
* The newly added tenant will be checked from this page wheather this tenant is valid or not.
* This page will also check wheather the selected apartment is free or not.
* App Owner can view the details of each tenant.
* From here any tenant's details can update or delete.
* showing occupied apartments by tenants, filtering by given date range.
* Used Date picker for filtering date range.
* Used : Django datetime module.
* User can Update their own informations.
* It will take only username and email to update user info.
* User needs only old password to change it.
* Used Django default password validators for update password.