“Framework REST DJANGO REST INSTALLATION” Réponses codées

Installez le framework Django Rest

pip install djangorestframework
Virgin Programmer

installer django rest_framework

pip install Django django-rest-framework
Panicky Panther

Framework REST DJANGO REST INSTALLATION

pip install djangorestframework
pip install markdown       # Markdown support for the browsable API.
pip install django-filter  # Filtering support
Lazy Bum

Framework REST DJANGO REST INSTALLATION

#command line
pip install djangorestframework

#settings.py

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'rest_framework',   #new
]
marko Hawke

Réponses similaires à “Framework REST DJANGO REST INSTALLATION”

Questions similaires à “Framework REST DJANGO REST INSTALLATION”

Plus de réponses similaires à “Framework REST DJANGO REST INSTALLATION” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code