All Questions
Tagged with geopackage django
2 questions
1
vote
1
answer
251
views
How to use import Geopackage data to my Django RESTful API?
I want to create a full-stack web application to let users query parks and greenspace in the UK, something like this: https://www.barnet.gov.uk/directories/parks.
I want to build a Django RESTful API ...
0
votes
1
answer
53
views
Best theorically way to integrate some standalone apps into a web environment?
I've developed some python standalone apps that now I want to integrate into a web environment in order to make them more user friendly for my workmates, whom aren't used to CLI and the command shell. ...