Silenced a system check we won't always follow.
- Legacy-Id: 12401
This commit is contained in:
parent
7c7e282797
commit
7c23d0c52e
|
@ -737,6 +737,10 @@ LIST_ACCOUNT_DELAY = 60*60*25 # 25 hours
|
|||
ACCOUNT_REQUEST_EMAIL = 'account-request@ietf.org'
|
||||
|
||||
|
||||
SILENCED_SYSTEM_CHECKS = [
|
||||
"fields.W342", # Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
|
||||
]
|
||||
|
||||
|
||||
# Put the production SECRET_KEY in settings_local.py, and also any other
|
||||
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.
|
||||
|
|
Loading…
Reference in a new issue