Other articles


  1. How I use Gittip and Why

  2. Tue 19 March 2013
  3. This is something I've been mulling over writing lately, and after a few back and forths with Gittip's creator via tweets, I decided to write this.

    When I first saw mention of Gittip I thought it was some new-age, hipster, bullshit startup idea (apologies if it is/was ...

    read more

    There are comments.

  4. More Git hook greatness

  5. Thu 07 March 2013
  6. In an earlier post I showed off a git hook post-merge script that allowed me to ensure that if my requirement files changed, it'd run a pip install -U prod-requirements.txt to ensure that the necessary dependancies were met/installed.

    I've extended that post-merge script more and I ...

    read more

    There are comments.

  7. Fabric, fabric everywhere!

  8. Thu 07 March 2013
  9. Unless you've been living under a rock, or you're like me and slow. Fabric (from their site) is a Python (2.5 or higher) library and command line tool for streamlining the use of SSH for application deployment or systems administration tasks.

    I've only recently started using ...

    read more

    There are comments.

  10. Working smarter not harder with Django

  11. Sat 02 March 2013
  12. I admit it...I often over-engineer the crap out of things. Lack of familiarity with Python's stdlib and/or all of Django's offerings, I will often make my own wheel when someone else has already put forth the effort and done so.

    And so in the beginning...well ...

    read more

    There are comments.

  13. A Git hook to ensure dependancies are installed

  14. Sat 02 March 2013
  15. I was fiddling with Django today, I updated an app's model.py and it had new imports. A necessary part of ensuring those new files are being used is restarting the uWSGI service. That's simple enough with service uwsgi restart but what I had failed to do was ...

    read more

    There are comments.

  16. My Review of Two Scoops of Django [ALPHA]

  17. Tue 22 January 2013
  18. Disclaimer

    I had an early access preview of this book, and I was a reviewer of it. I've only seen the Alpha version of the book, I can't say what is or will be a part of the Beta release. My review of the book was more 'django ...

    read more

    There are comments.

  19. Page 1 / 6 »

social