Страница с Кубсатами
This commit is contained in:
@@ -15,6 +15,8 @@ from .views import (
|
||||
GeoPointsAPIView,
|
||||
GetLocationsView,
|
||||
HomeView,
|
||||
KubsatView,
|
||||
KubsatExportView,
|
||||
LinkLyngsatSourcesView,
|
||||
LinkVchSigmaView,
|
||||
LoadCsvDataView,
|
||||
@@ -102,5 +104,7 @@ urlpatterns = [
|
||||
path('object-marks/', ObjectMarksListView.as_view(), name='object_marks'),
|
||||
path('api/add-object-mark/', AddObjectMarkView.as_view(), name='add_object_mark'),
|
||||
path('api/update-object-mark/', UpdateObjectMarkView.as_view(), name='update_object_mark'),
|
||||
path('kubsat/', KubsatView.as_view(), name='kubsat'),
|
||||
path('kubsat/export/', KubsatExportView.as_view(), name='kubsat_export'),
|
||||
path('logout/', custom_logout, name='logout'),
|
||||
]
|
||||
Reference in New Issue
Block a user