#no such table: django_session

1 messages · Page 1 of 1 (latest)

royal sapphire
#

Have you done anything to your DB? You must never change your schema bypassing migrations system (unless you 100% sure you know what you doing and why)

wicked crane
#

i added this in settings.py
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}