Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 268 Bytes

django-rest-framework-react-boilerplate

Install Django

pip install django

Create Project

django-admin startproject projectName

Create App

python3 manage.py startapp api

Run Django App

python3 manage.py runserver