8 lines
120 B
Python
8 lines
120 B
Python
from __future__ import absolute_import
|
|
|
|
from .models import History
|
|
|
|
|
|
def cleanup():
|
|
History.objects.all().delete()
|