OceanDataTools / openrvdas

An open source data acquisition system designed for use on research vessels and other scientific installations
http://openrvdas.org
Other
39 stars 20 forks source link

Moved the api urls into their own urlpatterns list inside api_views.py #380

Closed davidpablocohn closed 4 months ago

davidpablocohn commented 4 months ago

This all the api_code and complexity in one file. and makes the standard django_gui urls file simpler as the import for the api views is just path('api/', include('django_gui.api_views')),