Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for Django web frontend #586

Closed
tomkralidis opened this issue Dec 6, 2020 · 1 comment
Closed

add support for Django web frontend #586

tomkralidis opened this issue Dec 6, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tomkralidis
Copy link
Member

Is your feature request related to a problem? Please describe.
pygeoapi should provide a Django front end for downsteam applications to leverage plug and play OGC API functionality. This ticket is in context of supporting pygeoapi as a possible backend for GeoNode, as presented at the GeoNode Summit 2020.

Describe the solution you'd like

  • supports a --django flag when running pygeoapi start
  • directory layout:
django_app/
    urls.py  # routes
    views.py  # binding
    settings.py  # configuration
  • the app should be reusable by downstream Django applications such as GeoNode

Describe alternatives you've considered
None yet

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants