Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
7d87726d
Verified
Commit
7d87726d
authored
Sep 26, 2021
by
Baptiste Beauplat
Browse files
Add setting DEFAULT_AUTO_FIELD to specify primary key default field type
parent
3cbf2e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/settings/common.py
View file @
7d87726d
...
...
@@ -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'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment