Skip to content

Commit

Permalink
fix(settings): resolve AutoField warnings from Django
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Mar 29, 2024
1 parent 77f3882 commit 07ca7a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shapeworks_cloud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class ShapeworksCloudMixin(ConfigMixin):

CELERY_BROKER_POOL_LIMIT = 10

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

@staticmethod
def before_binding(configuration: ComposedConfiguration) -> None:
# Install local apps first, to ensure any overridden resources are found first
Expand Down

0 comments on commit 07ca7a4

Please sign in to comment.