Page 1 sur 3
Here some tips about Django REST Framework (DRF) with Django 3.
Quick install
> pip install djangorestframework
Then in settings.py:
INSTALLED_APPS = [ ... 'rest_framework', ]
Let's go!
Here some tips about Django REST Framework (DRF) with Django 3.
> pip install djangorestframework
Then in settings.py:
INSTALLED_APPS = [ ... 'rest_framework', ]
Let's go!