Exemplo n.º 1
0
def remove_attachments(sender, **kwargs):
    delete_content_attaches(
        'participant_pages',
        str(kwargs['instance'].library_id) + '_' + str(kwargs['instance'].url_path.replace('/', '_')))
    pass
Exemplo n.º 2
0
def remove_attachments(sender, **kwargs):
    delete_content_attaches('participant_events' + str(kwargs['instance'].library_id), str(kwargs['instance'].id))
Exemplo n.º 3
0
def remove_attachments(sender, **kwargs):
    delete_content_attaches('participant_news', str(kwargs['instance'].id))
    pass
Exemplo n.º 4
0
def remove_attachments(sender, **kwargs):
    delete_content_attaches('participant_news', str(kwargs['instance'].id))
    pass