Skip to content

JangBomi/Object_Detection_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

패키지 다운

pip install -r requirements.txt

requirements.txt 생성

pip freeze > requirements.txt

시작

python manage.py runserver

마이그레이션 파일 생성

python manage.py makemigrations

마이그레이션 적용

python manage.py migrate

마이그레이션 적용 현황

python manage.py showmigrations

지정 마이그레이션의 SQL 내역

python manage.py sqlmigrate

db 실행

./manage.py dbshell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages