mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-23 09:14:59 +01:00
* Move ConfigRevision model & write migrations * Move ConfigRevision resources from extras to core * Extend migration to update original content type for ConfigRevision
6 lines
111 B
Python
6 lines
111 B
Python
from .config import *
|
|
from .contenttypes import *
|
|
from .data import *
|
|
from .files import *
|
|
from .jobs import *
|