mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 08:04:26 -04:00
show webhooks config in django admin
This commit is contained in:
parent
f067451267
commit
47666ec26b
2 changed files with 7 additions and 4 deletions
|
@ -404,9 +404,9 @@ LOGGING = {
|
|||
SIGNAL_WEBHOOKS = {
|
||||
"HOOKS": {
|
||||
"django.contrib.auth.models.User": ...,
|
||||
"core.models.Snapshot": "...",
|
||||
"core.models.ArchiveResult": "...",
|
||||
"core.models.Tag": "...",
|
||||
"api.models.APIToken": "...",
|
||||
"core.models.Snapshot": ...,
|
||||
"core.models.ArchiveResult": ...,
|
||||
"core.models.Tag": ...,
|
||||
"api.models.APIToken": ...,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue