1. 데이터 베이스 생성
python manage.py migrate
2. 앱 데이터 베이스 적용
python manage.py makemigrations {app_name}
python manage.py migrate
3. 슈퍼 유저 생성
python manage.py createsuperuser
'Common' 카테고리의 다른 글
[Django] Forbidden (CSRF cookie not set.) 에러 해결 (0) | 2023.01.04 |
---|---|
[Django] 장고 앱 공개 운영 (1) | 2023.01.01 |
mysql 명령어 간단 정리 (0) | 2022.12.25 |
[vscode] Python Jedi client: couldn't create connection to server (0) | 2022.08.17 |
markdown 문법 정리 (0) | 2022.08.11 |