[Answered ]-Is there any way to use django adminsite in DRF

1👍

The admin in enabled in default project template. If you don’t want to use the default project template please refer https://docs.djangoproject.com/en/3.2/ref/contrib/admin/

You can customize admin site according to your requirement. Better to customize it and later you can use react for other features. It will help you maintain the code and ease in the code base.

Happy Coding!

Leave a comment