Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 519 Bytes

Book publishers with DRF

Implementation of the test for the position of the developer backend

Get start:

python ./project/manage.py makemigrations publisher shop
python ./project/manage.py migrate
python ./project/manage.py loaddata tests_data

python ./project/manage.py runserver

Api Root = http://localhost/api/
Admin pane = http://localhost/admin/

Database Scheme