Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-ORM

프로젝트 구성 & 모델링

  • startproject

  • startapp & INSTALLED_APPS

  • movies/models.py 수정 modeling

  • makemigrations, migrate

dummy data 생성을 위한 custom command

링크 참고

  • 폴더, 파일 생성
    movies/
        __init__.py
        models.py
        management/
            __init__.py
            commands/
                __init__.py
                generate.py
        tests.py
        views.py
    
  • python manage.py generate

ORM

  • django 기본 쉘기능 업그레이드를 위한 라이브러리 설치
    • pip install django-extensions
  • 실행
    • python manage.py shell_plus
  • 코드 입력

SQL

  • VSCode 확장프로그램 SQLite 설치
  • *.sql 파일 작성
  • 우클릭 > Run Query

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages