Skip to content

aroshmp/sample_blog_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest Framework Installation

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

We need to add a few things to our settings.py file. INSTALLED_APPS = [ ... 'rest_framework', ]

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages