1 Blog Entry tagged: management command


A Django Management Command for Amazon S3

  • October 29th, 2008 (1 year, 9 months ago)

The Django Commands Extension project, started by Michael Trier, provides some excellent general purpose management commands to your Django projects. Ever since I first found the project I've kept it in the back of my mind that if I ever wrote a useful custom management command, I should contribute it to the project. Recently, I had the opportunity to write such a command and submit it to the project and I hope it's useful for more people than just myself.

The command I submitted is ./manage.py sync_media_s3 and it copies all the files and directory structure found ...

Read the rest »

About this entry

Date Posted:
October 29th 2008 at 11:10:51 AM

Tagged:
aws, django, management command, s3