Skip to content
Snippets Groups Projects
Commit f564432a authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add work-specification

parent 31a2e24f
No related branches found
No related tags found
2 merge requests!8update dev-nico to make small changes,!7Add script csv gen
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
</tr> </tr>
<tr><td>api data</td><td><a href="{% url 'dataproduct' %}">{% url 'dataproduct' %}</a></td></tr> <tr><td>api data</td><td><a href="{% url 'dataproduct' %}">{% url 'dataproduct' %}</a></td></tr>
<tr><td>api data-location</td><td><a href="{% url 'datalocation' %}">{% url 'datalocation' %}</a></td></tr> <tr><td>api data-location</td><td><a href="{% url 'datalocation' %}">{% url 'datalocation' %}</a></td></tr>
<tr><td>api work-specification</td><td><a href="{% url 'workspecification' %}">{% url 'workspecification' %}</a></td></tr>
<tr><td>api-schema</td><td><a href="{% url 'openapi-schema' %}">{% url 'openapi-schema' %}</a></td></tr> <tr><td>api-schema</td><td><a href="{% url 'openapi-schema' %}">{% url 'openapi-schema' %}</a></td></tr>
</tbody> </tbody>
......
...@@ -18,7 +18,7 @@ urlpatterns = [ ...@@ -18,7 +18,7 @@ urlpatterns = [
path('api/v1/data-location/', views.DataLocationView.as_view(), name='datalocation'), path('api/v1/data-location/', views.DataLocationView.as_view(), name='datalocation'),
path('api/v1/data/<int:pk>/', views.DataProductDetailsView.as_view(), name='dataproduct-detail-view-api'), path('api/v1/data/<int:pk>/', views.DataProductDetailsView.as_view(), name='dataproduct-detail-view-api'),
path('api/v1/workspecification/', views.InsertWorkSpecification.as_view(), path('api/v1/workspecification/', views.InsertWorkSpecification.as_view(),
name='workspecification-insert-or-list'), name='workspecification'),
path('api/v1/uws/', include('uws.urls')), path('api/v1/uws/', include('uws.urls')),
path('api/v1/openapi/', get_schema_view( path('api/v1/openapi/', get_schema_view(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment