Best Practices

<< ALL BLOG POSTS
Django Commands: makemigrations or migrate?Django Commands: makemigrations or migrate?
|
April 20, 2018

Django Commands: makemigrations or migrate?

When running Django migrations, which command should you run: 'makemigrations' or 'migrate'? Here is a simple how-to manual...

READ MORE
Django Forms: Handling form data in the POSTDjango Forms: Handling form data in the POST
|
March 12, 2018

Django Forms: Handling form data in the POST

Some forms will require custom changes to be made with the data sent to the form. Here are some tips for getting that data in the view...

READ MORE
Making your Django templates AJAX-yMaking your Django templates AJAX-y
|
February 27, 2018

Making your Django templates AJAX-y

Load all or portions of a page with Javascript without having to do a traditional click-wait-entire page reload...

READ MORE
How to Build AWS VPCs with SaltStack FormulasHow to Build AWS VPCs with SaltStack Formulas
|
September 19, 2017

How to Build AWS VPCs with SaltStack Formulas

Use SaltStack to automatically build cloud infrastructure on your behalf...

READ MORE
Transmogrify Your Content MigrationTransmogrify Your Content Migration
|
August 28, 2017

Transmogrify Your Content Migration

How to successfully and effectively export content out of your CMS using a powerful migration tool called Transmogrifier...

READ MORE
Backing up Using ZFS Snapshots and ReplicationBacking up Using ZFS Snapshots and Replication
|
May 8, 2017

Backing up Using ZFS Snapshots and Replication

How we have rolled up a fast, modern and efficient backup system that is easy-to-manage and low maintenance...

READ MORE
5 Tips for a Successful Plone 5 Upgrade5 Tips for a Successful Plone 5 Upgrade
|
March 22, 2017

5 Tips for a Successful Plone 5 Upgrade

Everything you need to know to avoid falling into Plone 5 migration traps...

READ MORE
Interactive Web Apps with ReactInteractive Web Apps with React
|
November 22, 2016

Interactive Web Apps with React

A framework for interactive web applications, React was a popular topic at All Things Open this year...

READ MORE
Write Better Programs with pytestWrite Better Programs with pytest
|
September 26, 2016

Write Better Programs with pytest

Getting a set of fast running tests can dramatically speed up the development process as well as ensure developers don't introduce regressions...

READ MORE