AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Build an API With Django REST Framework
Django REST framework is built on top of Django itself. You have serializers and views which are different, but the models are basically the same. There's no templates because we're dealing just with data. So I recommend people start with Django and then Django REST framework.