Skip to content
Snippets Groups Projects

Add support for Tags as AWX Groups with m2m-changed signal handling, including...

Merged Fahrudin Halilovic requested to merge feature/INFRA-10378-awx-tag-sync into main
2 unresolved threads
3 files
+ 12
26
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,7 +12,7 @@ class AWXConfig(PluginConfig):
name = "netbox_awx_plugin"
verbose_name = "NetBox AWX Plugin"
description = "NetBox plugin for AWX integration."
version = "version"
version = __version__ # Ensure the version is tied to the correct variable
base_url = "netbox_awx_plugin"
def ready(self):
Loading