mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
@ -32,7 +32,7 @@
|
|||||||
Python version: {{ python_version }}
|
Python version: {{ python_version }}
|
||||||
NetBox version: {{ netbox_version }}</pre>
|
NetBox version: {{ netbox_version }}</pre>
|
||||||
<p>
|
<p>
|
||||||
If further assistance is required, please post to the <a href="https://groups.google.com/g/netbox-discuss">NetBox mailing list</a>.
|
If further assistance is required, please post to the <a href="https://github.com/netbox-community/netbox/discussions">NetBox discussion forum</a> on GitHub.
|
||||||
</p>
|
</p>
|
||||||
<div class="text-end">
|
<div class="text-end">
|
||||||
<a href="{% url 'home' %}" class="btn btn-primary">Home Page</a>
|
<a href="{% url 'home' %}" class="btn btn-primary">Home Page</a>
|
||||||
|
@ -21,8 +21,8 @@ class Command(_Command):
|
|||||||
raise CommandError(
|
raise CommandError(
|
||||||
"This command is available for development purposes only. It will\n"
|
"This command is available for development purposes only. It will\n"
|
||||||
"NOT resolve any issues with missing or unapplied migrations. For assistance,\n"
|
"NOT resolve any issues with missing or unapplied migrations. For assistance,\n"
|
||||||
"please post to the NetBox mailing list:\n"
|
"please post to the NetBox discussion forum on GitHub:\n"
|
||||||
" https://groups.google.com/g/netbox-discuss"
|
" https://github.com/netbox-community/netbox/discussions"
|
||||||
)
|
)
|
||||||
|
|
||||||
super().handle(*args, **kwargs)
|
super().handle(*args, **kwargs)
|
||||||
|
Reference in New Issue
Block a user