7 ms·
Ask HN: Examples of Django based applications
Could you suggest an examples of Django based applications which are well designed from architectural point of view?
- madhouse 16y agohttp://github.com/jbalogh/zamboni http://github.com/jbalogh/zamboni would probably be a good start, and http://pinaxproject.com/ http://pinaxproject.com/ another.
- JED3 16y agoCC Network - https://creativecommons.net https://creativecommons.net - http://code.creativecommons.org/viewgit/commoner.git http://code.creativecommons.org/viewgit/commoner.git
- dawsdesign 16y agohttp://rachaelrayshow.com http://rachaelrayshow.com
- waterside81 16y agoHow 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 http://www.littleheroes.com and http://www.repustate.com http://www.repustate.com are Django projects and in my biased opinion, they're laid out well under the hood.
- g9 16y agoI'm looking for open source projects with proper structure, modularity and code design, UI design is not interesting. Thank you for examples.