forked from enviPath/enviPy
6 lines
122 B
Python
6 lines
122 B
Python
from django.utils.module_loading import autodiscover_modules
|
|
|
|
|
|
def autodiscover():
|
|
autodiscover_modules("epdb_hooks")
|