1
0
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:
Jeremy Stretch
2020-03-24 16:20:47 -04:00
parent b6686a5fcb
commit 2a47bb8b54
4 changed files with 7 additions and 8 deletions

View File

@@ -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