ma.gnolia

Sign In | Learn More

Skip to main content


3321_32 Jeff Croft's Bookmarks Tagged With "python"

1 2 3 ... 25

  1. Visit Django 1.0 Cheat Sheet Django 1.0 Cheat Sheet

    Very nice cheat sheet for Django 1.0 from MercuryTide. Well-done.

  2. Visit Django 1.0 released! Django 1.0 released!

    Now this is interesting: a web "framework" written in Python, released today. Apparently you can use it to develop web sites more quickly and efficiently. I hear it even makes programming "fun." It's great to see new projects still coming out on t… More

  3. Visit Django googlesearch Django googlesearch

    Uses the Google search API to add a simple site search to your Django project. Looks interesting. Might consider adding this to Savoy as a lightweight alternative to the more heavy-handed djangosearch.

  4. Visit Porting your apps from Django 0.96 to 1.0 Porting your apps from Django 0.96 to 1.0

    Comprehensive guide to porting Django .96 apps to Django 1.0. Short version? You're going to be doing a lot of boring, tedious work. Have fun.

  5. Visit Using Akismet with Django's new comments framework Using Akismet with Django's new comments framework

    Great example of how badass the Django signals framework is. Basically, it lets you inject code upon some event happening, such as an object being saved, deleted, or in this case, a comment being posted. I use signals throughout Savoy, such as to … More

  6. Visit Django in Linux Magazine Django in Linux Magazine

    Frank Wiles has a nice piece on Django in the latest issue of Linux Magazine. He talks to Django lead developer Jacob Kaplan-Moss and covers all the basics. Both Frank and Jacob worked for the Lawrence Journal-World back when I did and have since… More

  7. Visit Django comments app refactored (finally) Django comments app refactored (finally)

    Since the first day I started working with Django in January of 2006, Jacob told me that the comments app would be rewritten before Django 1.0. It's become something of a joke to me. Whenever someone says a feature is coming in a future version of… More

  8. Visit Django Documentation Django Documentation

    The Django documentation has been entirely refactored. It's much more readable online, now. I like.

  9. Visit The Python Property Builtin The Python Property Builtin

    Adam Gomaa explains the Python property built-in and some clever ways to use it with Django. I particularly like the caching-of-URLs suggestion at the end of the article.

  10. Visit My first Django pluggable: django-mailfriend My first Django pluggable: django-mailfriend

    I finally got the balls to put some of my code out there. This simple app allows for "e-mail this to a friend" functionality for any instance of any model in your Django database. If it sounds interesting, check it out. I'd love feedback. As you k… More

1 2 3 ... 25

Didn't find what you were looking for? Try searching Google.