geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
461 stars 251 forks source link

Can't delete jobs in django mode #1592

Closed totycro closed 3 months ago

totycro commented 4 months ago

Description The django app doesn't call delete_jobs. To keep it consistent with flask/starlette, it should probably be done here: https://github.com/geopython/pygeoapi/blob/master/pygeoapi/django_/views.py#L377

Steps to Reproduce Run pygeoapi --django and try to delete a job

Expected behavior Job should be deleted on DELETE request.

Environment