Basic CRUD operations performed in django
1)django-admin startproject crud
2)python manage.py makemigrations
3)python manage.py migrate
4)pip install djangorestframework
5)pip install django-widget-tweaks
- Editing the Dir part in settings.py
- Adding Installed Apps
Python manage.py runserver
Access the server
Http://localhost:8000