Skip to content

Apps

hypha.apply.funds.apps

ApplyConfig

Bases: AppConfig

name class-attribute instance-attribute

name = 'hypha.apply.funds'

ready

ready()
Source code in hypha/apply/funds/apps.py
def ready(self):
    # Connect the attachment deletion handler
    from . import signals

    request_finished.connect(signals.delete_attachments)