TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using CouchDB with Django

21 pointsby durdnover 16 years ago

1 comment

JoelSutherlandover 16 years ago
Motivation:<p><i>Originally this was going to be written in the standard Django way--write some models, fill it with data, and slice and dice that data to make it pretty. After thinking about it, I decided not to go that route. Why? Well, let's go over it: There needs to be a Twitter model, that's for sure. I also want a Pownce model, and a Flickr model. Already this is becoming tedious!</i><p>Result:<p><i>I've open sourced all of the code that has been written so far for the upcoming lifestream portion of this site, even though right now it only supports Twitter and Pownce.</i><p>It doesn't really seem like he solved his problem.