RSS Feed

August, 2010

  1. Resources to help you become a Django pro

    August 23, 2010 by Helmut

    django logoI’ve been leanring Django in my spare time, and have collected some helpful resources along the way. Here are the most useful ones:

    Code

    • Official Django Documentation: This is where it all starts. Here you will find all the awesome features Django offers. Sometimes the code examples could be slightly better, but we can go to other places for that.
    • Official Python Documentation: If you don’t know Python yet, you will need to learn it too, since Django is based on Python. But don’t worry, Python is awesome! (link thanks to Dougal Matthews)
    • Django Snippets: If you need a solution for a specific problem, odds are someone has posted a code snippet for exactly that scenario.
    • Django Packages: Apps and tools for your Django website (thanks to Kyl1 for the link)
    • South: Django migrations made easy
    • Pinax: A collection of Django apps that extend Django to provide you with virtually any functionality you need.
    • StackOverflow: This site isn’t Django-specific, but if you have an issue in Django that you can’t solve, there are some very friendly Django coders who will try to help you.

    Blogs

    Books

    Inspiration

    Just for fun

    Well, that’s it. I hope these sites help you become a Django pro quickly. Enjoy!

    django pony


  2. Welcome

    August 14, 2010 by Helmut

    Welcome to the new DevignInnovation website. This space will serve as a launchpad for my explorations into programming, the web, and linux. In future you will find articles, downloads, and more.

    Hope to see you back here soon.