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