Monthly Archives: December 2011

Django & Python Adventure Part 6

Today I am going to focus on incorporating JQuery into Django. If you’re following along this is material covered in chapter 6 of Ayman Hourieh’s “Django 1.0 Web Site Development”. The book was published in March 2009, so this will … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

Django & Python Adventure Part 5

In this post I’ll be adding the Tag concept to my bookmarks website. This will get the website one step closer to what Delicious does and is an integral part of social websites. Throughout the course of the blog we’ll … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Django & Python Adventure Part 4

In this post we’ll be dealing with Django’s User Authentication and Base Templates (Master Pages). These are things every project requires and so you cannot really know a platform until you’ve covered this ground. First let’s take care of the … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Django & Python Adventure Part 3

If you’ve just jumped in, this is my blog series of my walkthrough of a fantastic book on learning Django w/Python called “Django 1.0 Web Site Development” by Ayman Hourieh.  I’m doing this to pick up a lot of good … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Django & Python Adventure Part 2

Hello again.  Today we’ll continue from Part 1 and create an initial Template and some database Models.  Django is MVC, it just calls it MTV.  So, Model-View-Control = Model-Template-View.  I think the View part is what’s most confusing, but, that’s … Continue reading

Posted in Uncategorized | Tagged , | 5 Comments

Django & Python Adventure Part 1

Django & Python Adventure Part 1 Prenote: If you’re on a MacBook, check out Steve’s walkthrough: http://steveyum.wordpress.com/2011/12/14/learning-django-day-1/ Why Django & Python? Seriously, I don’t need a reason to learn stuff (Codegito Ergo Sum); This one is named after a Jazz … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments