Skip to content

Commit

Permalink
fix_django_warning (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinskiy authored Apr 18, 2024
1 parent 6a7b26a commit 112294e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@
USE_TZ = True

STATIC_URL = '/static/'

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@


STATIC_URL = '/static/'

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

0 comments on commit 112294e

Please sign in to comment.