Could you suggest an examples of Django based applications which are well designed from architectural point of view?
Ask HN: Examples of Django based applications
1–6 of 6 posts
Re: Ask HN: Examples of Django based applications
#2http://github.com/jbalogh/zamboni would probably be a good start, and http://pinaxproject.com/ another.
Re: Ask HN: Examples of Django based applications
#3Re: Ask HN: Examples of Django based applications
#4Re: Ask HN: Examples of Django based applications
#5How 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
#6How 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.