Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install rest framework

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

install rest framework

INSTALLED_APPS = [
    ...
    'rest_framework',
]
Comment

install rest framework

urlpatterns = [
    ...
    path('api-auth/', include('rest_framework.urls'))
]
Comment

PREVIOUS NEXT
Code Example
Shell :: install ext-dom linux 
Shell :: linux find files larger than 1gb 
Shell :: chrome update ubuntu 20.04 
Shell :: docker delete container 
Shell :: uninstall material ui react 
Shell :: how can I find perticular extension in ubuntu? 
Shell :: conda install ipywidgets 
Shell :: git pull master discard local changes 
Shell :: install telnet alpine 
Shell :: how to check windows powershell version 
Shell :: ubuntu play on linux install 
Shell :: docker stop all 
Shell :: apache restart 
Shell :: linux how to get fqdn 
Shell :: remove git credentials terminal 
Shell :: ubuntu 18 ffmpeg install 
Shell :: linux check cronjob log 
Shell :: setremotelogin: Turning Remote Login on or off requires Full Disk Access privileges. 
Shell :: flush dns bash 
Shell :: git log graph 
Shell :: conda update existing environment from yml 
Shell :: install portainer 
Shell :: zsh: no such file or directory: /usr/local/bin/composer.phar 
Shell :: how to check folder size in linux 
Shell :: check octet permission ubuntu 
Shell :: how to uninstall all extensions in vs code 
Shell :: remove nginx 
Shell :: install telnet linux ubuntu 
Shell :: clear swap memory linux 
Shell :: linux process vs service vs daemon 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =