Craig Labenz

Software Developer

  • Home

    About

    Archive

    Contact Me

My Projects

Grapevine - django email

Okapi - python game framework

Dominion Kingdoms - deck-building site

War of Kings Resource Manager - a way to speed up my favorite board game

This site - simple django-powered blog

Elsewhere

Hello! I'm Craig, and I'm a Michigan-based software developer for Zapier.com. In my free time I like to over-engineer email solutions for django, under-engineer Kivy tools, and play lots and lots of ultimate frisbee.

  • Up and running with Django, MySQL, Apache2, and EC2 (Part 2)

    SATURDAY MARCH 23 2013 django apache

    Before we get started, I'm assuming you've mastered or completed the first part of the tutorial, your site code itself is complete, your virtual environment is functional in local development, and you have your domain name pointed the IP of the EC2 instance we just made. If any of these assumptions are false then you are probably getting ahead of yourself.

    READ MORE  
  • Up and running with Django, MySQL, Apache2, and EC2 (Part 1)

    SATURDAY MARCH 23 2013 django apache

    This is super fast and easy. Here we go:

    Step 1: Literally the first step

    Create and log into your http://aws.amazon.com account. Yadda yadda yadda.

    READ MORE