If you want to separate your project into a Django backend, and a frontend SPA, which only consumes data via a REST API, you’d be very well advised to use a frontend framework . When you’re thinking about decoupling, you should be sure that it’s well motivated.
Read moreCan I use Django admin as frontend?
It’s a full-fledged application with all the utilities a developer need. Django Admin’s task is to provide an interface to the admin of the web project. Django’s Docs clearly state that Django Admin is not made for frontend work .
Read more