IanJang / django-rest-framework-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-rest-framework-boilerplate

# 로컬환경 세팅
scripts/deploy-local.sh

# secrets.json 세팅
vi project/config/secrets.json

{
    "SECKET_KEY": "my_secret_key"
}

API Spec

GET http://localhost/swagger/?format=openapi

About


Languages

Language:Python 82.0%Language:Shell 14.1%Language:Dockerfile 3.9%