Live data from Hacker News

Ask HN: Examples of Django based applications

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: Examples of Django based applications

#5
How can you judge the architectural design of a Django project just by looking at a site's interface? Do you mean clean URLs? Or are you asking for open source projects, like @madhouse referred to, which were built well?

Both of my projects: http://www.littleheroes.com and http://www.repustate.com are Django projects and in my biased opinion, they're laid out well under the hood.

Re: Ask HN: Examples of Django based applications

#6

How can you judge the architectural design of a Django project just by looking at a site's interface? Do you mean clean URLs? Or are you asking for open source projects, like @madhouse referred to, which were built well? Both of my projects: http://www.littleheroes.com and http://www.repustate.com are Django projects and in my biased opinion, they're laid out well under the hood.

I'm looking for open source projects with proper structure, modularity and code design, UI design is not interesting. Thank you for examples.