Explorar el Código

fix(api): netfields app was missing (for netfields.NetManager)

Peter Thomassen hace 2 años
padre
commit
9ed9d8bc52
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      api/api/settings.py

+ 1 - 0
api/api/settings.py

@@ -45,6 +45,7 @@ INSTALLED_APPS = (
     "desecapi.apps.AppConfig",
     "corsheaders",
     "django_prometheus",
+    "netfields",
     "pgtrigger",
 )