Skip to content

Commit

Permalink
chore: remove migrations, rebase latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 4, 2024
1 parent cec2f24 commit 96d6f8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pydotorg/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
)
}

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
"""The default primary key field type for Django models.
Required during the Django 2.2 -> 4.2 migration.
"""

# celery settings
_REDIS_URL = config("REDIS_URL", default="redis://redis:6379/0")

Expand Down

0 comments on commit 96d6f8e

Please sign in to comment.