This commit is contained in:
Zanthras 2016-07-13 13:12:11 +00:00 committed by GitHub
commit cfab69b46f
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -102,7 +102,7 @@ INSTALLED_APPS = (
'rest_framework',
'rest_framework_swagger',
'circuits',
'dcim',
'dcim.apps.IPAMConfig',
'ipam',
'extras',
'secrets',