We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d99442 commit 4b8ee90Copy full SHA for 4b8ee90
management/commands/db_purge.py
@@ -17,7 +17,9 @@ class Command(BaseCommand):
17
18
def handle(self, *args, **options):
19
total_deleted_records = 0
20
- # Define retention policies. Users must add their own values to this dictionary.
+ # ========================================================
21
+ # ATTENTION: USERS MUST ADD THEIR OWN VALUES TO THIS DICTIONARY
22
23
retention_policies = [
24
{
25
'app_name': 'django_app_name_here',
0 commit comments