Skip to content

Commit

Permalink
remove_django_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chinskiy committed Apr 18, 2024
1 parent 6a7b26a commit d6d9677
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 d6d9677

Please sign in to comment.