Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

June 06 2009

django-chronograph - Google Code

Control django-admin commands via the web. Creating cron jobs for Django apps can be a pain, annoying and repetitive. With django-chronograph you simply create a single cron job to run every minute, point it at your site's directory and run manage.py cron. Then from the admin you can add jobs.
Tags: django python web

November 19 2008

A Django Management Command for Amazon S3

The command I submitted is ./manage.py sync_media_s3 and it copies all the files and directory structure found in your Django project's MEDIA_ROOT, as defined in the settings.py file, up to the Amazon Simple Storage Service, or simply, Amazon S3. Many people are now using Amazon S3 as a Content Delivery Network (CDN) for their websites

September 22 2008

September 21 2008

Django snippets: Unfuddle-style post-commit emails - tied to a specific Django project.

I needed a quick way to send e-mails to other people involved in a project when I committed code - so that designers would know that templatetag x was available (or fixed), etc - and am really fond of how unfuddle handles their subversion notifications. This isn't nearly as polished as theirs, but I figured it was a good place to start.

August 23 2008

The Python Property Builtin

I'm writing about one little corner of Python, the property function. It's a builtin function, around since at least 2.2.
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.