반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- table tag
- Spring
- Django column 값 가져오기
- DI
- Dependency
- Django
- Dependency Injection
- html
- table cell size
- html cell size
- html cell
- Django 특정 값 가져오기
Archives
- Today
- Total
emluy 개발 일기
Django - django.db.utils.ProgrammingError: relation "account_user" does not exist 오류 본문
웹 개발/뭔가 안될 때
Django - django.db.utils.ProgrammingError: relation "account_user" does not exist 오류
yulme 2020. 11. 6. 19:07SMALL
1. 오류 이유
: account라는 app에 migrations 폴더가 없기 때문이다
2. 해결 방법
2-1. 전체 앱 동시에 makemigrations 해보기
$ python manage.py makemigrations
-> 했을 때 각 app에 migrations 폴더가 안 생기는 경우 2-2번으로
2-2. 각 app에 makemigrations 하기
$ python manage.py makemigrations 앱이름
github.com/jazzband/django-constance/issues/227
반응형
'웹 개발 > 뭔가 안될 때' 카테고리의 다른 글
gitignore 적용 안될 때 (0) | 2021.07.02 |
---|---|
error - ProgrammingError: relation “django_session” does not exist (0) | 2020.10.13 |
Django - TypeError: argument of type 'PosixPath' is not utterable (0) | 2020.10.01 |
Django 에서 models.py의 class 수정 후 error : select an option (0) | 2020.04.21 |
Django server 돌리는데 Error: That port is already in use. 뜰 때 (0) | 2020.04.14 |
Comments