Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 351 Bytes

blog-app

open with py charm and run pip install - r requirements.txt in the terminal write python manage.py runserver to use rest api write in the url: /api/writers, /api/writers/detail/, /api/writers/create, /api/writers/update/, /api/writers/delete/ the same goes for blog the sqlite databse is attached, run python manage.py migrate