mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
rename verdant_hooks modules to wagtail_hooks
This commit is contained in:
parent
192a05d15f
commit
77ec180efc
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def search_for_hooks():
|
|||
if not _searched_for_hooks:
|
||||
for app_module in settings.INSTALLED_APPS:
|
||||
try:
|
||||
import_module('%s.verdant_hooks' % app_module)
|
||||
import_module('%s.wagtail_hooks' % app_module)
|
||||
except ImportError:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue