No proxy
diff --git a/xos/services/fabric/models.py b/xos/services/fabric/models.py
index 86962c1..bd37416 100644
--- a/xos/services/fabric/models.py
+++ b/xos/services/fabric/models.py
@@ -12,6 +12,5 @@
     class Meta:
         app_label = "fabric"
         verbose_name = "Fabric Service"
-        proxy = True
 
     autoconfig = models.BooleanField(default=True, help_text="Autoconfigure the fabric")