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