Skip to content

Commit df067a0

Browse files
committed
Fix warnings models.W042
1 parent 25b14b4 commit df067a0

File tree

1 file changed

+3
-0
lines changed
  • src/webmon_app/reporting/reporting_app/settings

1 file changed

+3
-0
lines changed

src/webmon_app/reporting/reporting_app/settings/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,3 +366,6 @@ def validate_ldap_settings(server_uri, user_dn_template):
366366
TEST_REMOTE_PASSWD = ""
367367

368368
GRAVATAR_URL = "https://www.gravatar.com/avatar/"
369+
370+
# set the default auto field type
371+
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

0 commit comments

Comments
 (0)