1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Redirect users on error to the GitHub discussion forum

Fixes #7102
This commit is contained in:
Brian Candler
2021-08-31 19:51:53 +01:00
parent 1c09ffdd1f
commit 349733c6dd
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ class Command(_Command):
raise CommandError(
"This command is available for development purposes only. It will\n"
"NOT resolve any issues with missing or unapplied migrations. For assistance,\n"
"please post to the NetBox mailing list:\n"
" https://groups.google.com/g/netbox-discuss"
"please post to the NetBox discussion forum on GitHub:\n"
" https://github.com/netbox-community/netbox/discussions"
)
super().handle(*args, **kwargs)