mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-23 01:04:51 +01:00
Add stronger deprecation warning on use of housekeeping management command
This commit is contained in:
@@ -18,6 +18,7 @@ class Command(BaseCommand):
|
||||
|
||||
def handle(self, *args, **options):
|
||||
self.stdout.write(
|
||||
"DEPRECATION WARNING\n"
|
||||
"Running this command is no longer necessary: All housekeeping tasks\n"
|
||||
"are addressed automatically via NetBox's built-in job scheduler. It\n"
|
||||
"will be removed in a future release.",
|
||||
|
||||
Reference in New Issue
Block a user