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

Fixes #5419: Update parent device/VM when deleting a primary IP

This commit is contained in:
jeremystretch
2021-04-13 13:23:25 -04:00
parent c249cd4ffd
commit 1fba4b7e32
3 changed files with 25 additions and 0 deletions

View File

@@ -4,3 +4,6 @@ from django.apps import AppConfig
class IPAMConfig(AppConfig):
name = "ipam"
verbose_name = "IPAM"
def ready(self):
import ipam.signals