Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 408 Bytes

File metadata and controls

12 lines (8 loc) · 408 Bytes

Library-management-with-django

This is made with django as a framework... This repo contains addition of books and author data to database and also getting back the data of books and author... I have used graphene to retrieve the data and to store the data to database.

then type the following commands---

python manage.py makemigrations
python manage.py migrate
python manage.py runserver