cfpb / sheer

A tool for loading arbitrary content into Elasticsearch and serving that content on the web.
Creative Commons Zero v1.0 Universal
29 stars 23 forks source link

Everyone knows that sheer.wsgi is powered by flask. What this pull request presupposes is... maybe it isn't? #114

Closed rosskarchner closed 7 years ago

rosskarchner commented 9 years ago

Swaps out Sheer's custom Flask backend with Django and django-sheerlike.

A few things I want to accomplish before this gets merged:

Feel free to kick it around, though!

https://www.youtube.com/watch?v=XeKjKWXWZOE

rosskarchner commented 9 years ago

Here's why I think this is a good idea:

willbarton commented 9 years ago

:100: for concept.

rosskarchner commented 9 years ago

To try this out today, check out this pull request, and in your existing sheer virtualenv:

pip install -e git+https://github.com/rosskarchner/django-sheerlike.git#egg=sheerlike
pip install django

from then on, 'sheer serve' will use Django