Добавил работу с заявками на кубсат
This commit is contained in:
@@ -61,6 +61,8 @@ from .map import (
|
||||
from .kubsat import (
|
||||
KubsatView,
|
||||
KubsatExportView,
|
||||
KubsatCreateRequestsView,
|
||||
KubsatRecalculateCoordsView,
|
||||
)
|
||||
from .data_entry import (
|
||||
DataEntryView,
|
||||
@@ -75,6 +77,14 @@ from .statistics import (
|
||||
StatisticsView,
|
||||
StatisticsAPIView,
|
||||
)
|
||||
from .source_requests import (
|
||||
SourceRequestListView,
|
||||
SourceRequestCreateView,
|
||||
SourceRequestUpdateView,
|
||||
SourceRequestDeleteView,
|
||||
SourceRequestAPIView,
|
||||
SourceRequestDetailAPIView,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
# Base
|
||||
@@ -141,6 +151,8 @@ __all__ = [
|
||||
# Kubsat
|
||||
'KubsatView',
|
||||
'KubsatExportView',
|
||||
'KubsatCreateRequestsView',
|
||||
'KubsatRecalculateCoordsView',
|
||||
# Data Entry
|
||||
'DataEntryView',
|
||||
'SearchObjItemAPIView',
|
||||
@@ -151,4 +163,11 @@ __all__ = [
|
||||
# Statistics
|
||||
'StatisticsView',
|
||||
'StatisticsAPIView',
|
||||
# Source Requests
|
||||
'SourceRequestListView',
|
||||
'SourceRequestCreateView',
|
||||
'SourceRequestUpdateView',
|
||||
'SourceRequestDeleteView',
|
||||
'SourceRequestAPIView',
|
||||
'SourceRequestDetailAPIView',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user