FeFNet

Skip to content
  • Home
  • About
  • Archives

Django From the Ground Up

There’s a cool series of screencasts to watch to learn about building an event website in Django, a web development framework built in Python. The folks at have a rather new site, and the archives just isn’t there yet. This series of screencasts is a great example that has good information for any Django project, so if you want to learn Django in quick, easy lessons, let this be your guide:

  1. Episode 1: Setting Up Version Control
  2. Episode 2: Settings and Models
  3. Episode 3: Why Customize the Manager?
  4. Episode 4: This is the Fun Part (urls, views, templates, and more)
  5. Episode 5: URL Reverse Resolution
  6. Episode 6: Debugging
  7. Episode 7: What’s the Downside?
  8. Episode 8: The Foundation for Social Networking
  9. Episode 9: Reusing a Function to serve customized data
  10. Episode 10: Generic Views and Pagination
  11. Episode 11: Advanced QuerySet Techniques
  12. Episode 12: Adding AJAX
  13. Episode 13: Deployment

I’m a huge fan of Django, but I’ve only had time to work on one site. The best reason to learn how to use Django is that creating websites can be fun again!

This entry was posted in FeFNet and tagged django, python, screencast on Friday, November 14, 2008 by Alex.

About Alex

As you can probably tell from this blog, I'm really a kid at heart. My little girls teach me a lot about being an adult.

View all posts by Alex →

Post navigation

← Beginning Django Things to do over Christmas →
Proudly powered by WordPress