The project uses Django Rest Framework. The admin can create, update, retrieve and delete student details. This repository contains code I developed in accordance to the django_task.pdf file.
Note: Only Admin can access the CRUD functions
- install requirements.txt on terminal:
pip install -r requirements.txt
- run on terminal:
python manage.py migrate
- run on terminal:
python manage.py runserver
- All Done