Verified Commit 7d87726d authored by Baptiste Beauplat's avatar Baptiste Beauplat
Browse files

Add setting DEFAULT_AUTO_FIELD to specify primary key default field type

parent 3cbf2e1d
......@@ -260,3 +260,6 @@ REGISTRATION_CACHE_TIMEOUT = 1 * 24 * 3600
# Timeout for processes (10 minutes by default, 30 minutes for lintian)
SUBPROCESS_TIMEOUT = 10 * 60
SUBPROCESS_TIMEOUT_LINTIAN = 30 * 60
# Default settings for models
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment