Articles about “development”

App-Centric Django Development Part 2: App Factory

App-Centric Django Development Part 2: App Factory

by Corey Oordt • Published 28 Nov 2010

Django makes it easy to start an app with the command ./manage.py startapp. However the app template that it creates is very simple and it creates it within the current project. We need to make the process of creating an independent app that easy, with a much better template.

comments Comments

tag  application - development - django - python

App-Centric Django Development Part 1: Introduction

App-Centric Django Development Part 1: Introduction

by Corey Oordt • Published 23 Nov 2010

We’ve created many web sites at The Washington Times, many were just speculative, and most are not around today. In order to prototype a web site quickly, we developed a set of habits that make it easier. I call it “app-centric Django development”.

comments Comments

tag  application - development - django - python

How I Set Up My Development Mac

by Corey Oordt • Published 26 Dec 2008

Starting a new job means setting up a new computer. With a clean slate, a blank canvas, a fresh start, if you will, I decided to document what I really need and use.

comments Comments

tag  development - django - mac