def notifications():
return working_set.iter_entry_points('promgen.notification')
# Since plugins may need to load other resources bundled with them, we loop
# through an additional promgen.apps entry point so that the default django
# project loaders work as expected. This also should simplfy some configuration
# for plugin authors
评论列表
文章目录