ducduongn / django_rest_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_rest_api

Yêu cầu
Có cài đặt pipenv

Các bước

  1. Dùng pipenv tạo virtual env và cài các package cần thiết, rồi activate env đó

pipenv install pipenv sync
pipenv shell

  1. Migration và Migrate Database

python manage.py makemigrations
python manage.py migrate

  1. Runserver

python manage.py runserver

About


Languages

Language:Python 100.0%