Floobits / colab

bringing the cloud to your ide
4 stars 1 forks source link

Remove postgres & memcache client code #89

Closed ggreer closed 9 years ago

ggreer commented 9 years ago

This removes all Postgres connection stuff and replaces it with Django API calls. Also, it removes memcached client code and replaces it with a straightforward http interface for Django to poll.

There are also some pro things that snuck in here, but they shouldn't affect anything.