Added virtual chassis member add view

This commit is contained in:
Jeremy Stretch
2018-02-01 11:39:13 -05:00
parent f530fdce74
commit de40113d47
8 changed files with 168 additions and 39 deletions

View File

@@ -6,3 +6,6 @@ from django.apps import AppConfig
class DCIMConfig(AppConfig):
name = "dcim"
verbose_name = "DCIM"
def ready(self):
import dcim.signals