Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 357 Bytes

File metadata and controls

15 lines (7 loc) · 357 Bytes

CRUD_OPERATION_FOR_API

This repo has three type of operation for CRUD in API and they are awsome ViewSet , ModelViewSet and ModelApiView

All built in class or function to make post,get ,delete , update operation easier

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver