Добавил форму для отправки данных
This commit is contained in:
@@ -59,6 +59,10 @@ from .kubsat import (
|
||||
KubsatView,
|
||||
KubsatExportView,
|
||||
)
|
||||
from .data_entry import (
|
||||
DataEntryView,
|
||||
SearchObjItemAPIView,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
# Base
|
||||
@@ -122,4 +126,7 @@ __all__ = [
|
||||
# Kubsat
|
||||
'KubsatView',
|
||||
'KubsatExportView',
|
||||
# Data Entry
|
||||
'DataEntryView',
|
||||
'SearchObjItemAPIView',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user