A current software project of mine is hosted on Django, and I’ve been working on a front-end interface. Django itself is a pleasure to work with, as I keep discovering cool little benefits it offers, shortcuts, ways to do things quickly, and well. I especially like how well it encourages the DRY (Don’t Repeat Yourself) principle. I keep the main javascript code in a specific file, code.html, and simply use a {%ssi “code.html”%} on any page I need the big chunk of javascript.
Read Full Story at http://oddco.ca Discuss Tell a friend Bookmarks Add to:
| Bookmarks