Add registry and cleanup files
This commit is contained in:
7
apps/linking/cleanup.py
Normal file
7
apps/linking/cleanup.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
||||
def cleanup():
|
||||
from .models import SmartLink
|
||||
|
||||
SmartLink.objects.all().delete()
|
||||
Reference in New Issue
Block a user