You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo has three type of operation for CRUD in API and they are awsome.All built in class or function to make post,get ,delete , update operation easier
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
About
This repo has three type of operation for CRUD in API and they are awsome.All built in class or function to make post,get ,delete , update operation easier