When using ReactJS for frontend and Django with DRF for backend, what is the role of Django?
It handles UI and styling
It runs npm commands
It manages backend logic, data storage and exposes APIs for React to call
It compiles React code into HTML
This question is part of this quiz :
Python | Django | Integrations