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

Initial work on virtualization support (#142)

This commit is contained in:
Jeremy Stretch
2017-08-04 17:02:52 -04:00
parent 36d5debe74
commit d06813f528
21 changed files with 1210 additions and 82 deletions

View File

@ -0,0 +1,7 @@
from __future__ import unicode_literals
from django.apps import AppConfig
class VirtualizationConfig(AppConfig):
name = 'virtualization'