Django - REST Framework Basics
You want to enable the browsable API login/logout pages and have installed DRF and added it to
INSTALLED_APPS. Which is the correct way to update your project's urls.py to achieve this?