Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

10팀 하양송이 백신을 맞은 사람들의 무대 💉 백스테이지 🍽 레포지토리입니다

Notifications You must be signed in to change notification settings

KnS-hacks/10-HaYangSongE-BE

Repository files navigation

10-HaYangSongE-BE

Django Management Command

python manage.py startapp [AppName]

python manage.py makemigrations

python manage.py migrate

python manage.py createsuperuser

python manage.py collectstatic

python manage.py runserver

Git Command

Control Staging area

git add [regx]

git commit -m [commit msg]

Control Remote repository

git push [remote] [branch]

git pull [remote] [branch]

Control Branch

git branch [Name]

git merge [Name]

Local Test

git clone https://github.com/KnS-hacks/10-HaYangSongE-BE

가상환경 ~

pip install --upgrade pip

pip install -r requirements.dev.txt

python manage.py makemigrations

python manage.py migrate

DB 명세서

DB 명세서

API 명세서

NOTION

Postman

About

10팀 하양송이 백신을 맞은 사람들의 무대 💉 백스테이지 🍽 레포지토리입니다

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published