sakrock / blog-django-basic-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%