Skip to content

Commit

Permalink
fix: default auto field
Browse files Browse the repository at this point in the history
  • Loading branch information
fivehanz committed Sep 13, 2024
1 parent 8e1432f commit b05e449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hanz/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,6 @@
CELERY_TIMEZONE = "UTC"
CELERY_BEAT_SCHEDULER = "django_celery_beat.schedulers:DatabaseScheduler"
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True


DEFAULT_AUTO_FIELD='django.db.models.AutoField'

0 comments on commit b05e449

Please sign in to comment.