I’m going to be using Satchmo to power the backend of a highly customized store that I’m building for a new client.
I’m going to be using Satchmo to power the backend of a highly customized store that I’m building for a new client.
Tags: Best Practices · Django · Open Source · Python
I really like Django’s newest module for forms, “newforms”. Despite its currently lacking documentation, it is well worth learning.It feels much more “Pythonic” than the old manipulator-based method. Less magic is going on, and less constant reference to the manual is needed.
I’ve always disliked having to write __repr__ methods for my classes. In Django, it is especially important, since the admin pages use that method to give you Python is moderately unusual in that it allows classes to have multiple inheritance.
Tags: Tips · Django · Open Source · Python
Now that I am doing professional web layouts for clients, I find myself appreciating the quick, easy, and well-documented jQuery library. I just don’t have time to hassle with Dojo and its size, widgets I don’t need, and messy documentation.
Tags: Languages · Best Practices · Javascript
Without a doubt, my favorite Javascript library is Dojo Toolkit.
Tags: Javascript
A Django website that took (a lot) more than 20 minutes. Interesting writeup of a meta-forum app, including code samples and time breakdown.
Found via Django Forums.
Technorati Tags: django
This summer, I’ve been converting my biggest site, Invisible Castle, from Cheetah to straight Cheetah templates to Django. I’m a total Django convert, as is obvious from this site.
Yet another great use for Django is to make trivial the creation of shared tables & forms for internal projects.
This weekend I wrote my first Google Checkout integration module.
Tags: Reviews · Best Practices · Python
As I’ve mentioned before, I am building my own web store using Django. The coding is going extremely quickly, thanks to the excellence of the framework.
I find myself marvelling at how quickly and simply various elements come together, especially when I contrast this to my previous experience doing the same thing with Java for […]