Jason Hasselkus

A whole lot of something for nothing

Jason Hasselkus header image 4

Entries Tagged as 'Django'

My New Django Project for Guitar Hero

January 9th, 2008 · No Comments

Ok, so it’s been a while coming, but my new project is going to be Django based and will be all about Guitar Hero. The site is one of those that I hope will spread like wild fire for all those interested in tips and techniques related to Guitar Hero. I know that I can’t [...]

[Read more →]

Tags: Django · Gaming · Guitar Hero · Web Design · Websites

Creating My First Django Customer Site

December 18th, 2007 · No Comments

I was recently asked to create a site that focused on the sleazy side of a particular subject matter. Ok, it’s all about the young and wannabe rich of Orange County California, but none the less I took the project because it was interesting and at the same time pocket book enhancing. So here are [...]

[Read more →]

Tags: Django · Web Design

My Django Book is finally here

December 11th, 2007 · No Comments

After many months of waiting, my Django book - The Definitive Guide to Django: Web Development Done Right (Pro), is finally here. When I came home to a box on my front door from Amazon, I actually had no idea what was inside. I hadn’t ordered anything from there for quite some time, so I [...]

[Read more →]

Tags: Django · Web Design

Django and RSS

November 14th, 2007 · No Comments

Now that I have my blog built and a few posts under my belt, I want to be able to notify readers (as if there are some), about my updates via RSS. Django makes this very easy to accomplish, so lets get right to it. Here are the things I want to accomplish:

Create an RSS [...]

[Read more →]

Tags: Django

Worthless-Stuff the Model

November 13th, 2007 · No Comments

To continue with my building of worthless-stuff.com using Django, we’ve come to the point where we need to start creating the piece that everything else is built around. Django says this about models:
A model is the single, definitive source of data about your data. It contains the essential fields and behaviors of the data you’re [...]

[Read more →]

Tags: Django