Latest News

Dynamically Add Items to Django Inline Formset Using Underscore.js

by Nick Lang -- July 19, 2012, 9:47 a.m.

So periodically you're confronted with having to used inline formsets from django. These in practice aren't very hard to use or implement. There are plenty of blogposts out there describing in intricate detail how to use use them and implement them in practice. The problem with most of these posts is that's where it ends. What if you want to dynamically add items to your inline formset on the front end?

Installing Salt on Ubuntu

by Nick Lang -- Dec. 23, 2011, 10:13 a.m.

NOTE: Installing salt on ubuntu 11.10 will fail because SSLv2 has not been included in this version of Ubuntu. I'm not smart enough to figure out how to enable it on this version, so what I did was rebuilt my VM with Ubuntu 11.04 and everything worked. * http://stackoverflow.com/questions/8206546/undefined-symbol-sslv2-method ## Install dependencies from apt sudo apt-get install libtool autoconf automake uuid-dev swig ## Install Zeromq mkdir ~/downloads cd ~/downloads wget http://download.zeromq.org/zeromq-2.1.11.tar.gz tar -xvzf zeromq-2.1.11.tar.gz cd zeromq-2.1.11 ./configure make sudo make install sudo ldconfig ## Install Salt dependencies sudo pip install pyzmq sudo pip install m2crypto sudo pip install pycrypto sudo ...

Welcome Sean Bleier!

by Nick Lang -- Dec. 5, 2011, 3:03 p.m.

We are extremely pleased to announce our newest hire, Sean Bleier. Sean is an extremely smart and talented developer and we are very lucky to have him join us. Sean has been doing some part-time work with us, and is now going to be working for Lab305 full time.

2012 Pycon Sponsorship

by Nick Lang -- Sept. 30, 2011, 12:28 p.m.

It brings us great pleasure to anounce our Gold Member Sponsorship of this years PyCon. We look forward to seeing old friends, making new friends, and hanging out with some of the smartest and brightest members of the Python community. We'll see you there!

Class Based Views, WTF? - Part 1

by Nick Lang -- Sept. 17, 2011, 1:48 p.m.

So since Django 1.3 came out the new hotness has been Class Based Views. I remember taking a look at the documentation and thinking to myself this is fine and all, but I still don't quite understand what's going on. If you're like me I hope I can take my expereiences and translate them into something that's a little more helpful and you too can get up and running with CBV's. What we are going to do is actually go through what it takes to convert a classic view to a CBV subclassed from django.views.generic.base.View. I think this will give ...

Lab305 Sponsors DjangoCon 2011

by Michael Trosen -- Sept. 16, 2011, 11:54 p.m.

Lab305 had the pleasure of sponsoring DjangoCon.us again this year, making it the second year that we've sponsored the conference. We fully believe that DjangoCon is one of the best conferences a developer can attend due to the vast amount of programming knowledge available. The attendees and speakers at DjangoCon are extremely knowledgeable and friendly, and the conference is run very smoothly.

This year also had an increase in the number of pyladies in attendance, which can be attributed to the wide open arms the Django and Python communities have embraced gender equalization and a community of support and diversity. Kudos to you Django and Python!