Moved VC master designation to membership model

This commit is contained in:
Jeremy Stretch
2017-11-27 15:59:13 -05:00
parent bfcba663f0
commit 06c3499ec8
7 changed files with 77 additions and 29 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