Skip to content

Commit 96d6f8e

Browse files
committed
chore: remove migrations, rebase latest
1 parent cec2f24 commit 96d6f8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pydotorg/settings/base.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
)
3232
}
3333

34+
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
35+
"""The default primary key field type for Django models.
36+
37+
Required during the Django 2.2 -> 4.2 migration.
38+
"""
39+
3440
# celery settings
3541
_REDIS_URL = config("REDIS_URL", default="redis://redis:6379/0")
3642

0 commit comments

Comments
 (0)