Showing 223 to 228 of 315 blog posts that match the query "django".
-
Skipping Test DB Creation
We are always looking for ways to make our tests run faster. That means writing tests which don't preform I/O (DB reads/writes, disk reads/writes) when possible. Django has a c... Read more
October 2, 2013 -
Central logging in Django with Graylog2 and graypy
Django's logging configuration facilities, which arrived in version 1.3, have greatly eased (and standardized) the process of configuring logging for Django projects. When buil... Read more
September 18, 2013 -
Caktus Participates in DjangoCon 2013
Caktus is happy to be involved in this year’s DjangoCon hosted in Chicago. We are pumped about the great lineup of speakers and can’t wait to see some of our old friends as wel... Read more
September 2, 2013 -
Raspberry IO Open Sourced
Back in March, at PyCon 2013, the PSF provided each attendee with a Raspberry Pi, a tiny credit-card sized computer meant to be paired with the Python programming language. The ... Read more
August 14, 2013 -
Migrating to a Custom User Model in Django
UPDATE: Read a newer blog post on this topic. The new custom user model configuration that arrived in Django makes it relatively straightforward to swap in your own model for t... Read more
August 7, 2013 -
Factory Boy as an Alternative to Django Testing Fixtures
When testing a Django application you often need to populate the test database with some sample data. The standard Django TestCase has support for fixture loading but there are... Read more
July 17, 2013