10Dec/086
Burned Out On Web Programming?
Learn Django and you'll be revitalized. Django is like drinking from the fountain of youth when it comes to web programming. It makes your life better by being insanely intuitive and generally unbelievable. Expect a more in-depth post hopefully soon.
I can say with a strait face that Django has made my quality of life higher.
Django: web programming nirvana.
December 11th, 2008 - 11:54
Let’s make a website so I have an excuse to use it please.
December 11th, 2008 - 12:03
Haha, sounds good. I got an idea for one as well!
December 11th, 2008 - 16:46
I had an idea for a website where I just write about stupid things and then people would come look at it. I am going to call it a “blog.”
December 11th, 2008 - 17:12
Haha. Good idea. You saying I write about stupid things?
December 11th, 2008 - 23:52
Can you paste in an example of some Django code? I’m curious — the only code I’ve seen so far is complicated and confuses me
December 12th, 2008 - 00:09
The problem is there isn’t much code to send you. Each file, whether it be a model, view, etc, is super small. My best advice would be to read through the tutorial quickly:
http://docs.djangoproject.com/en/dev/intro/tutorial01/#intro-tutorial01
I’ll see what I can do about posting some code
.