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 8 9 10 11 12def ready(self): # Connect the attachment deletion handler from . import signals request_finished.connect(signals.delete_attachments)