Django REST Framework 8 minute readNo comments How to build API with Django REST Framework and MySQLNovember 11, 2021 Django has integrated support for MySQL. This article describes four easy steps to spin up a Django app with DRF and MySQL, and contains a simple API code example. View Post