mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Rename url_slug to base_url
This commit is contained in:
@@ -23,7 +23,7 @@ class PluginConfig(AppConfig):
|
||||
version = ''
|
||||
|
||||
# Root URL path under /plugins. If not set, the plugin's label will be used.
|
||||
url_slug = None
|
||||
base_url = None
|
||||
|
||||
# Minimum/maximum compatible versions of NetBox
|
||||
min_version = None
|
||||
|
Reference in New Issue
Block a user