added functionality to Serializer validate method

This commit is contained in:
fjrodriguez
2023-01-25 09:09:13 -06:00
parent 2e432ae674
commit 2f44b7d929
13 changed files with 367 additions and 20 deletions

View File

@@ -174,7 +174,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'es-MX'
TIME_ZONE = 'CST6CDT'
TIME_ZONE = 'America/Chihuahua'
USE_I18N = True