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

Remove default_app_config (deprecated in Django 3.2)

This commit is contained in:
jeremystretch
2021-09-15 11:18:47 -04:00
parent ca131f12db
commit e813dda275
5 changed files with 0 additions and 5 deletions

View File

@@ -1 +0,0 @@
default_app_config = 'circuits.apps.CircuitsConfig'

View File

@@ -1 +0,0 @@
default_app_config = 'dcim.apps.DCIMConfig'

View File

@@ -1 +0,0 @@
default_app_config = 'extras.apps.ExtrasConfig'

View File

@@ -1 +0,0 @@
default_app_config = 'ipam.apps.IPAMConfig'

View File

@@ -1 +0,0 @@
default_app_config = 'virtualization.apps.VirtualizationConfig'