Showing 313 to 318 of 331 blog posts that match the query "django".
-
Custom JOINs with Django's query.join()
Django's ORM is great. It handles simple to fairly complex queries right out the box without having to write any SQL. If you need a complicated query, Django's lets you use .ext... Read more
September 28, 2009 -
Web Developer for Hire
We're pleased to announce that Caktus is looking for a developer to join our team on a contract basis! What do we do? We build custom web applications for local and remote clien... Read more
September 23, 2009 -
Open Source Django Projects from Caktus Consulting Group
At Caktus we're big fans of reusing code. We leverage many open source projects--especially Django apps--to accomplish a variety of tasks. In addition, we've written quite a f... Read more
September 7, 2009 -
Caktus Consulting Group, LLC sponsors DjangoCon 2009
Django is a tool we use on a daily basis to build fantastic web apps here at Caktus, and DjangoCon is the annual conference for Django developers and other community members. We... Read more
September 5, 2009 -
Creating recursive, symmetrical many-to-many relationships in Django
In Django, a recursive many-to-many relationship is a ManyToManyField that points to the same model in which it's defined ('self'). A symmetrical relationship is one in where, ... Read more
August 14, 2009 -
Towards a Standard for Django Session Messages
Django needs a standard way in which session-specific messages can be created and retrieved for display to the user. For years we've been surviving using user.message_set to sto... Read more
June 19, 2009