Skip to content

notthatbreezy/phl-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Sample project for building a GIS Django Application.

I gave a presentation at a GeoPhilly meetup in July 2016 that described the inspiration and thoughts around this project.

Requirements

Docker 1.9.0+ Docker Compose 1.7.0+

Getting Started

docker-compose build
docker-compose up
docker-compose exec phl-play-django ./manage.py migrate
docker-compose exec createsuperuser

After that you will need to either add data manually in the admin interface or use the import_data management command to import data from the City of Philadelphia Facilities dataset available from Open Data Philly.

The application should be available at localhost:9100 for the UI, API, and admin interface.

About

Sample Django project to browse playgrounds in Philadelphia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published