добавил инфу в настройки
This commit is contained in:
parent
06cf088ad7
commit
0289f06529
|
|
@ -106,7 +106,7 @@ USE_I18N = True
|
||||||
USE_TZ = True
|
USE_TZ = True
|
||||||
|
|
||||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
AUTH_USER_MODEL = 'account.MyUser'
|
||||||
ROTATE_LOG_SIZE = 15 * 1024 * 1024
|
ROTATE_LOG_SIZE = 15 * 1024 * 1024
|
||||||
ROTATE_LOG_COUNT = 10
|
ROTATE_LOG_COUNT = 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue