Articles & Guides

fusionbox

Django Girls Workshop!

Posted by fusionbox

Fusionbox hosted the first ever Django Girls Denver workshop on Saturday, October 3rd, 2015.

alex

Creating Conditionally Required Fields in Django Forms

Posted by alex

To improve usability, you sometimes want to hide form fields from users unless they answer in a particular way. Here is how we make that happen with Django.

django

fusionbox

Fusionbox to Host Django Girls Programming Workshop for Women

Posted by fusionbox

This free programming workshop will guide attendees through building a blog using Python, Django, HTML, and CSS. Apply by September 15th.

django

nolan

EcmaScript 6 Classes: Potential Pitfalls for the Python Programmer

Posted by nolan

With JavaScript's new features in EcmaScript 2015, here are some ways to limit large amounts of debugging that may result.

django

julian.a

Using django-importcsvadmin to Streamline Excel Imports

Posted by julian.a

django-importcsvadmin is a tool to help non-programmer admins of a site easily upload data from an Excel sheet.

django

gavin

How to Use django-compressor Offline Compression with Widgy

Posted by gavin

With django-compressor, we normally use in-request compression, but that doesn't work for multi-server setups, so that's when you need offline compression.

django

antoine

Why and How You Should Write Progressively Enhanced Idempotent (Stateless) JavaScript

Posted by antoine

Don't underestimate your number of users without JavaScript enabled. Write progressively enhanced idempotent JavaScript for them.

alex

Problems with Computer Science Education

Posted by alex

Computer Science degrees don't adequately prepare students to work as programmers. Here is what students need in order to connect the dots.

django

fusionbox

Fusionbox's django-authtools Cited in a Book

Posted by fusionbox

We recently found out that a Django library we posted on GitHub had been cited in a book.

django

rocky

Django OneToOneFields are Hard to Use, Let’s Make Them Better

Posted by rocky

Django's OnToOneField is a useful tool, but it's not always the easiest thing to use. Here are some things we've done to smooth the rough edges.

django

Page 8 of 11