mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
explain weird use of ellipses magic value
This commit is contained in:
parent
3882b1ee22
commit
913590ee39
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ LOGGING = {
|
|||
# Add default webhook configuration to the User model
|
||||
SIGNAL_WEBHOOKS = {
|
||||
"HOOKS": {
|
||||
"django.contrib.auth.models.User": ...,
|
||||
"django.contrib.auth.models.User": ..., # ... is a special value that means "use the default autogenerated hooks"
|
||||
"core.models.Snapshot": ...,
|
||||
"core.models.ArchiveResult": ...,
|
||||
"core.models.Tag": ...,
|
||||
|
|
Loading…
Reference in a new issue