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

8 lines
120 B
Python

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