blog-django-basic-app

image

image

install django, djangorestframework

run the migrations

then -> python manage.py runserver

/bloglist/ --- to view all blogs only with title and id. /blogs/:id --- to view the particular blog with id. /blogs/ --- to view all detailed blogs