Can i use Django Admin for the user interface when there will only be 2-3 users?

114 Views Asked by At

i am working on a project where i am creating a project management webapp for a small team (4-5 users). They will use it mainly for data management (CRUD operations for projects, resources, work hours, budgets etc.) and creating reports.

For the CRUD part of the application i want to use Django Admin. Only 2-3 users will apply CRUD operations on the data. So i want to call them "administrators" and use the built-in Admin app because it literally has all the functionalities i need. It will save a lot of time and costs which is very important for this project

I read that Admin is only meant for site administrators and this is not recommended. My question is: With this use case for the application can i use a Django admin app as a part of the User interface?

Thanks in advance

0

There are 0 best solutions below