mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Moved the dcim config setting from the __init__ file to the installed app file to allow imports of the module. Ref https://docs.djangoproject.com/en/dev/ref/applications/#for-application-users
This commit is contained in:
parent
173a4cde8b
commit
ab889cb650
@ -1 +0,0 @@
|
|||||||
default_app_config = 'dcim.apps.IPAMConfig'
|
|
@ -100,7 +100,7 @@ INSTALLED_APPS = (
|
|||||||
'rest_framework',
|
'rest_framework',
|
||||||
'rest_framework_swagger',
|
'rest_framework_swagger',
|
||||||
'circuits',
|
'circuits',
|
||||||
'dcim',
|
'dcim.apps.IPAMConfig',
|
||||||
'ipam',
|
'ipam',
|
||||||
'extras',
|
'extras',
|
||||||
'secrets',
|
'secrets',
|
||||||
|
Loading…
Reference in New Issue
Block a user