Skip to content

Commit 4b8ee90

Browse files
authored
Update db_purge.py
1 parent 3d99442 commit 4b8ee90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

management/commands/db_purge.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ class Command(BaseCommand):
1717

1818
def handle(self, *args, **options):
1919
total_deleted_records = 0
20-
# Define retention policies. Users must add their own values to this dictionary.
20+
# ========================================================
21+
# ATTENTION: USERS MUST ADD THEIR OWN VALUES TO THIS DICTIONARY
22+
# ========================================================
2123
retention_policies = [
2224
{
2325
'app_name': 'django_app_name_here',

0 commit comments

Comments
 (0)