fix: migration NotSupportedError for SQLite

This commit is contained in:
Adrien Lemaire 2019-04-24 11:59:47 +09:00
parent 2e4d1cb963
commit 7c98bd3099

View file

@ -14,6 +14,7 @@ def forward_migration(apps, schema_editor):
class Migration(migrations.Migration):
atomic = False
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),