# Origin Roles Doc - Description: - This is a document that describes user roles for application-level access to models. - Not all application-level models are enabled to access through the Django admin interface. - In our current architecture there isn't an user that can access the directly the database with read and write permissions. ## Admin user - Description: - Admin users have full access to our Django admin interface. - This user can access application-level models with read and write permissions. ## Advisor user - Description: - Advisor users have read-only access to our Django admin interface. - This user can access application-level models with read-only permissions. ## Ordinary user - Description: - Ordinary users are belong to our user base and they can modify only a few attributes that are related to his instance in our models.