|
|
|
|
@@ -44,6 +44,7 @@
|
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/netbox_logo.png
|
|
|
|
|
%%DATADIR%%/circuits/__init__.py
|
|
|
|
|
%%DATADIR%%/circuits/api/__init__.py
|
|
|
|
|
%%DATADIR%%/circuits/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/circuits/api/serializers.py
|
|
|
|
|
%%DATADIR%%/circuits/api/urls.py
|
|
|
|
|
%%DATADIR%%/circuits/api/views.py
|
|
|
|
|
@@ -65,6 +66,8 @@
|
|
|
|
|
%%DATADIR%%/circuits/migrations/0010_circuit_status.py
|
|
|
|
|
%%DATADIR%%/circuits/migrations/0011_tags.py
|
|
|
|
|
%%DATADIR%%/circuits/migrations/0012_change_logging.py
|
|
|
|
|
%%DATADIR%%/circuits/migrations/0013_cables.py
|
|
|
|
|
%%DATADIR%%/circuits/migrations/0014_circuittermination_description.py
|
|
|
|
|
%%DATADIR%%/circuits/migrations/__init__.py
|
|
|
|
|
%%DATADIR%%/circuits/models.py
|
|
|
|
|
%%DATADIR%%/circuits/signals.py
|
|
|
|
|
@@ -76,16 +79,19 @@
|
|
|
|
|
%%DATADIR%%/dcim/__init__.py
|
|
|
|
|
%%DATADIR%%/dcim/api/__init__.py
|
|
|
|
|
%%DATADIR%%/dcim/api/exceptions.py
|
|
|
|
|
%%DATADIR%%/dcim/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/dcim/api/serializers.py
|
|
|
|
|
%%DATADIR%%/dcim/api/urls.py
|
|
|
|
|
%%DATADIR%%/dcim/api/views.py
|
|
|
|
|
%%DATADIR%%/dcim/apps.py
|
|
|
|
|
%%DATADIR%%/dcim/constants.py
|
|
|
|
|
%%DATADIR%%/dcim/exceptions.py
|
|
|
|
|
%%DATADIR%%/dcim/fields.py
|
|
|
|
|
%%DATADIR%%/dcim/filters.py
|
|
|
|
|
%%DATADIR%%/dcim/fixtures/dcim.json
|
|
|
|
|
%%DATADIR%%/dcim/fixtures/initial_data.json
|
|
|
|
|
%%DATADIR%%/dcim/forms.py
|
|
|
|
|
%%DATADIR%%/dcim/managers.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0001_initial.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0002_auto_20160622_1821.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0002_auto_20160622_1821_squashed_0022_color_names_to_rgb.py
|
|
|
|
|
@@ -152,21 +158,27 @@
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0061_platform_napalm_args.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0062_interface_mtu.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0063_device_local_context_data.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0064_remove_platform_rpc_client.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0065_front_rear_ports.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0066_cables.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0067_device_type_remove_qualifiers.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/0068_rack_new_fields.py
|
|
|
|
|
%%DATADIR%%/dcim/migrations/__init__.py
|
|
|
|
|
%%DATADIR%%/dcim/models.py
|
|
|
|
|
%%DATADIR%%/dcim/querysets.py
|
|
|
|
|
%%DATADIR%%/dcim/signals.py
|
|
|
|
|
%%DATADIR%%/dcim/tables.py
|
|
|
|
|
%%DATADIR%%/dcim/tests/__init__.py
|
|
|
|
|
%%DATADIR%%/dcim/tests/test_api.py
|
|
|
|
|
%%DATADIR%%/dcim/tests/test_forms.py
|
|
|
|
|
%%DATADIR%%/dcim/tests/test_models.py
|
|
|
|
|
%%DATADIR%%/dcim/tests/test_natural_ordering.py
|
|
|
|
|
%%DATADIR%%/dcim/urls.py
|
|
|
|
|
%%DATADIR%%/dcim/views.py
|
|
|
|
|
%%DATADIR%%/extras/__init__.py
|
|
|
|
|
%%DATADIR%%/extras/admin.py
|
|
|
|
|
%%DATADIR%%/extras/api/__init__.py
|
|
|
|
|
%%DATADIR%%/extras/api/customfields.py
|
|
|
|
|
%%DATADIR%%/extras/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/extras/api/serializers.py
|
|
|
|
|
%%DATADIR%%/extras/api/urls.py
|
|
|
|
|
%%DATADIR%%/extras/api/views.py
|
|
|
|
|
@@ -178,7 +190,6 @@
|
|
|
|
|
%%DATADIR%%/extras/management/__init__.py
|
|
|
|
|
%%DATADIR%%/extras/management/commands/__init__.py
|
|
|
|
|
%%DATADIR%%/extras/management/commands/nbshell.py
|
|
|
|
|
%%DATADIR%%/extras/management/commands/run_inventory.py
|
|
|
|
|
%%DATADIR%%/extras/management/commands/runreport.py
|
|
|
|
|
%%DATADIR%%/extras/middleware.py
|
|
|
|
|
%%DATADIR%%/extras/migrations/0001_initial.py
|
|
|
|
|
@@ -196,11 +207,12 @@
|
|
|
|
|
%%DATADIR%%/extras/migrations/0012_webhooks.py
|
|
|
|
|
%%DATADIR%%/extras/migrations/0013_objectchange.py
|
|
|
|
|
%%DATADIR%%/extras/migrations/0014_configcontexts.py
|
|
|
|
|
%%DATADIR%%/extras/migrations/0015_remove_useraction.py
|
|
|
|
|
%%DATADIR%%/extras/migrations/0016_exporttemplate_add_cable.py
|
|
|
|
|
%%DATADIR%%/extras/migrations/__init__.py
|
|
|
|
|
%%DATADIR%%/extras/models.py
|
|
|
|
|
%%DATADIR%%/extras/querysets.py
|
|
|
|
|
%%DATADIR%%/extras/reports.py
|
|
|
|
|
%%DATADIR%%/extras/rpc.py
|
|
|
|
|
%%DATADIR%%/extras/tables.py
|
|
|
|
|
%%DATADIR%%/extras/tests/__init__.py
|
|
|
|
|
%%DATADIR%%/extras/tests/test_api.py
|
|
|
|
|
@@ -213,6 +225,7 @@
|
|
|
|
|
%%DATADIR%%/generate_secret_key.py
|
|
|
|
|
%%DATADIR%%/ipam/__init__.py
|
|
|
|
|
%%DATADIR%%/ipam/api/__init__.py
|
|
|
|
|
%%DATADIR%%/ipam/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/ipam/api/serializers.py
|
|
|
|
|
%%DATADIR%%/ipam/api/urls.py
|
|
|
|
|
%%DATADIR%%/ipam/api/views.py
|
|
|
|
|
@@ -250,6 +263,7 @@
|
|
|
|
|
%%DATADIR%%/ipam/migrations/0021_vrf_ordering.py
|
|
|
|
|
%%DATADIR%%/ipam/migrations/0022_tags.py
|
|
|
|
|
%%DATADIR%%/ipam/migrations/0023_change_logging.py
|
|
|
|
|
%%DATADIR%%/ipam/migrations/0024_vrf_allow_null_rd.py
|
|
|
|
|
%%DATADIR%%/ipam/migrations/__init__.py
|
|
|
|
|
%%DATADIR%%/ipam/models.py
|
|
|
|
|
%%DATADIR%%/ipam/querysets.py
|
|
|
|
|
@@ -346,15 +360,80 @@
|
|
|
|
|
%%DATADIR%%/project-static/jquery-ui-1.12.1/jquery-ui.theme.css
|
|
|
|
|
%%DATADIR%%/project-static/jquery-ui-1.12.1/jquery-ui.theme.min.css
|
|
|
|
|
%%DATADIR%%/project-static/jquery-ui-1.12.1/package.json
|
|
|
|
|
%%DATADIR%%/project-static/js/cabletrace.js
|
|
|
|
|
%%DATADIR%%/project-static/js/forms.js
|
|
|
|
|
%%DATADIR%%/project-static/js/graphs.js
|
|
|
|
|
%%DATADIR%%/project-static/js/jquery-3.3.1.min.js
|
|
|
|
|
%%DATADIR%%/project-static/js/livesearch.js
|
|
|
|
|
%%DATADIR%%/project-static/js/secrets.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/LICENSE.md
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/README.md
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/css/select2.css
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/css/select2.min.css
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/af.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ar.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/az.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/bg.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/bs.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ca.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/cs.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/da.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/de.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/dsb.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/el.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/en.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/es.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/et.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/eu.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/fa.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/fi.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/fr.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/gl.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/he.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/hi.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/hr.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/hsb.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/hu.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/hy.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/id.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/is.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/it.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ja.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/km.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ko.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/lt.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/lv.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/mk.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ms.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/nb.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/nl.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/pl.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ps.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/pt-BR.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/pt.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ro.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/ru.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/sk.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/sl.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/sr-Cyrl.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/sr.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/sv.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/th.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/tr.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/uk.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/vi.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/zh-CN.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/i18n/zh-TW.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/select2.full.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/select2.full.min.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/select2.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-4.0.5/js/select2.min.js
|
|
|
|
|
%%DATADIR%%/project-static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css
|
|
|
|
|
%%DATADIR%%/reports/__init__.py
|
|
|
|
|
%%DATADIR%%/secrets/__init__.py
|
|
|
|
|
%%DATADIR%%/secrets/admin.py
|
|
|
|
|
%%DATADIR%%/secrets/api/__init__.py
|
|
|
|
|
%%DATADIR%%/secrets/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/secrets/api/serializers.py
|
|
|
|
|
%%DATADIR%%/secrets/api/urls.py
|
|
|
|
|
%%DATADIR%%/secrets/api/views.py
|
|
|
|
|
@@ -399,13 +478,14 @@
|
|
|
|
|
%%DATADIR%%/templates/circuits/provider_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/bulk_disconnect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/bulk_rename.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/cable.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/cable_connect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/cable_edit.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/cable_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/cable_trace.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/console_connections_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/consoleport_connect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/consoleport_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/consoleport_disconnect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/consoleserverport_connect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/consoleserverport_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/consoleserverport_disconnect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/device.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/device_component_add.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/device_config.html
|
|
|
|
|
@@ -424,6 +504,9 @@
|
|
|
|
|
%%DATADIR%%/templates/dcim/devicetype_component_add.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/devicetype_edit.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/devicetype_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/cable_termination.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/cable_toggle_buttons.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/cable_trace_end.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/consoleport.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/consoleserverport.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/device_import_header.html
|
|
|
|
|
@@ -431,31 +514,26 @@
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/device_table.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/devicebay.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/devicetype_component_table.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/filter_rack_group.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/frontport.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/interface.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/interface_vlans_table.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/inventoryitem.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/poweroutlet.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/powerport.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/rack_elevation.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inc/rearport.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/interface.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/interface_connections_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/interface_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/interface_edit.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/interfaceconnection_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/interfaceconnection_edit.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inventoryitem_bulk_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inventoryitem_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/inventoryitem_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/manufacturer_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/platform_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/power_connections_list.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/poweroutlet_connect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/poweroutlet_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/poweroutlet_disconnect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/powerport_connect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/powerport_delete.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/powerport_disconnect.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/rack.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/rack_edit.html
|
|
|
|
|
%%DATADIR%%/templates/dcim/rack_elevation_list.html
|
|
|
|
|
@@ -492,8 +570,8 @@
|
|
|
|
|
%%DATADIR%%/templates/inc/ajax_loader.html
|
|
|
|
|
%%DATADIR%%/templates/inc/created_updated.html
|
|
|
|
|
%%DATADIR%%/templates/inc/custom_fields_panel.html
|
|
|
|
|
%%DATADIR%%/templates/inc/graphs_modal.html
|
|
|
|
|
%%DATADIR%%/templates/inc/image_attachments.html
|
|
|
|
|
%%DATADIR%%/templates/inc/modal.html
|
|
|
|
|
%%DATADIR%%/templates/inc/nav_menu.html
|
|
|
|
|
%%DATADIR%%/templates/inc/paginator.html
|
|
|
|
|
%%DATADIR%%/templates/inc/search_panel.html
|
|
|
|
|
@@ -552,7 +630,6 @@
|
|
|
|
|
%%DATADIR%%/templates/users/api_tokens.html
|
|
|
|
|
%%DATADIR%%/templates/users/change_password.html
|
|
|
|
|
%%DATADIR%%/templates/users/profile.html
|
|
|
|
|
%%DATADIR%%/templates/users/recent_activity.html
|
|
|
|
|
%%DATADIR%%/templates/users/sessionkey_delete.html
|
|
|
|
|
%%DATADIR%%/templates/users/userkey.html
|
|
|
|
|
%%DATADIR%%/templates/users/userkey_edit.html
|
|
|
|
|
@@ -584,6 +661,7 @@
|
|
|
|
|
%%DATADIR%%/templates/virtualization/virtualmachine_list.html
|
|
|
|
|
%%DATADIR%%/tenancy/__init__.py
|
|
|
|
|
%%DATADIR%%/tenancy/api/__init__.py
|
|
|
|
|
%%DATADIR%%/tenancy/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/tenancy/api/serializers.py
|
|
|
|
|
%%DATADIR%%/tenancy/api/urls.py
|
|
|
|
|
%%DATADIR%%/tenancy/api/views.py
|
|
|
|
|
@@ -606,6 +684,7 @@
|
|
|
|
|
%%DATADIR%%/users/__init__.py
|
|
|
|
|
%%DATADIR%%/users/admin.py
|
|
|
|
|
%%DATADIR%%/users/api/__init__.py
|
|
|
|
|
%%DATADIR%%/users/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/users/api/serializers.py
|
|
|
|
|
%%DATADIR%%/users/forms.py
|
|
|
|
|
%%DATADIR%%/users/migrations/0001_api_tokens.py
|
|
|
|
|
@@ -625,6 +704,10 @@
|
|
|
|
|
%%DATADIR%%/utilities/fields.py
|
|
|
|
|
%%DATADIR%%/utilities/filters.py
|
|
|
|
|
%%DATADIR%%/utilities/forms.py
|
|
|
|
|
%%DATADIR%%/utilities/management/__init__.py
|
|
|
|
|
%%DATADIR%%/utilities/management/commands/__init__.py
|
|
|
|
|
%%DATADIR%%/utilities/management/commands/makemigrations.py
|
|
|
|
|
%%DATADIR%%/utilities/management/commands/migrate.py
|
|
|
|
|
%%DATADIR%%/utilities/managers.py
|
|
|
|
|
%%DATADIR%%/utilities/middleware.py
|
|
|
|
|
%%DATADIR%%/utilities/models.py
|
|
|
|
|
@@ -635,6 +718,7 @@
|
|
|
|
|
%%DATADIR%%/utilities/templates/buttons/export.html
|
|
|
|
|
%%DATADIR%%/utilities/templates/buttons/import.html
|
|
|
|
|
%%DATADIR%%/utilities/templates/widgets/colorselect_option.html
|
|
|
|
|
%%DATADIR%%/utilities/templates/widgets/select_contenttype.html
|
|
|
|
|
%%DATADIR%%/utilities/templates/widgets/select_option_with_pk.html
|
|
|
|
|
%%DATADIR%%/utilities/templates/widgets/selectwithdisabled_option.html
|
|
|
|
|
%%DATADIR%%/utilities/templatetags/__init__.py
|
|
|
|
|
@@ -650,6 +734,7 @@
|
|
|
|
|
%%DATADIR%%/utilities/views.py
|
|
|
|
|
%%DATADIR%%/virtualization/__init__.py
|
|
|
|
|
%%DATADIR%%/virtualization/api/__init__.py
|
|
|
|
|
%%DATADIR%%/virtualization/api/nested_serializers.py
|
|
|
|
|
%%DATADIR%%/virtualization/api/serializers.py
|
|
|
|
|
%%DATADIR%%/virtualization/api/urls.py
|
|
|
|
|
%%DATADIR%%/virtualization/api/views.py
|
|
|
|
|
|