웹 개발/뭔가 안될 때
error - ProgrammingError: relation “django_session” does not exist
yulme
2020. 10. 13. 22:16
SMALL
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
반응형