1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

Update settings.py

This commit is contained in:
Nick Sweeting 2023-12-18 19:25:08 -08:00 committed by GitHub
parent 7d5a7f80ca
commit 5805e18380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,6 +268,7 @@ AUTH_PASSWORD_VALIDATORS = [
{'NAME': 'django.contrib.auth.password_validation.NumericPasswordValidator'},
]
# WIP: commented out because broken by Django 3.1.2 -> 4.0 migration
# DEFAULT_AUTO_FIELD = 'django.db.models.UUIDField'
################################################################################