Skip to content

jorgejesus/pywps-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pywps-Django

PyWPS demo using django. Using WSGI apllication from PyWPS as a Django view (sort of WSGI wrapping around another WSGI)

Installation

Python dependencies are listed in the requirements.txt file. You can install them using pip:

$ pip3 install -r requirements.txt

This will add a src/ folder that will contain pywps and other code necessary to run the demo

Running

Two options, calling the demo.py script on folder pywpsProject

$ python3 demo.py

Or using Django's manage.py:

$ python3 manage.py runserver

About

PyWPS demo using django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published