emluy 개발 일기

error - ProgrammingError: relation “django_session” does not exist 본문

웹 개발/뭔가 안될 때

error - ProgrammingError: relation “django_session” does not exist

yulme 2020. 10. 13. 22:16
SMALL

stackoverflow.com/questions/50346326/programmingerror-relation-django-session-does-not-exist/50346820

python manage.py migrate --fake sessions zero

# then your sessions migrate will be

python manage.py showmigrations

# then migrate with --fake-initial again

python manage.py migrate --fake-initial

반응형
Comments