Files
mayan-edms/mayan/apps/linking/cleanup.py

8 lines
128 B
Python

from __future__ import absolute_import
def cleanup():
from .models import SmartLink
SmartLink.objects.all().delete()