Django

<< ALL BLOG POSTS
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
4 Python Web Frameworks Compared4 Python Web Frameworks Compared
|
March 12, 2013

4 Python Web Frameworks Compared

Six Feet Up organized IndyPy's Python Web Shootout, where 4 companies showed off 4 Python frameworks through the demo of a ToDo app developed in Bottle, Django, Flask and Pyramid.

READ MORE
Virtual Merit BadgesVirtual Merit Badges
|
August 23, 2012

Virtual Merit Badges

Out of the latest Expedite Day comes a system for awarding badges...

READ MORE