Django

<< 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
Kick Start your Django/Plone Buildout with PyCharmKick Start your Django/Plone Buildout with PyCharm
|
August 5, 2017

Kick Start your Django/Plone Buildout with PyCharm

PyCharm has great features, such as a Debugger, code completion, syntax highlighting and code formatting for Buildout configuration files. Here are several tips to help you get going...

READ MORE
Getting Started with DjangoGetting Started with Django
|
March 30, 2017

Getting Started with Django

Where to go to start with Django; useful tips; pros and cons; online references, and more...

READ MORE
Django CMS vs PloneDjango CMS vs Plone
|
October 31, 2016

Django CMS vs Plone

At Six Feet Up, we have extensive experience with both Plone and Django CMS. In this post, I am exploring when you might want to use Django CMS and when Plone might be a better fit...

READ MORE
Building Python Command Line Tools, Part 2: Console ScriptsBuilding Python Command Line Tools, Part 2: Console Scripts
|
February 9, 2015

Building Python Command Line Tools, Part 2: Console Scripts

In this second part of our series on Python Command Line Tools, I'll show you how to make the agrparse script executable and ready to be installed as a console script when someone installs your Pyramid or Django app.

READ MORE
Building Python Command Line Tools, Part 1: ArgParseBuilding Python Command Line Tools, Part 1: ArgParse
|
January 26, 2015

Building Python Command Line Tools, Part 1: ArgParse

This article is part one of a four-part series on building and using python command line tools. Get ready to learn how to parse command line arguments and import csv files for a Django or Pyramid app.

READ MORE
Python Django Training Course Now AvailablePython Django Training Course Now Available
|
October 8, 2014

Python Django Training Course Now Available

We’ve taken the challenge of finding well-trained Python developers into our own hands. Clayton and I will be teaching 5-day immersive trainings on Python and Django at Eleven Fifty in Carmel, Indiana.

READ MORE