Skip to main content

A Django package to download missing images on your local instance from the production/preview server.

Project description

ImageRetriever

Image retriver is a simple Django app to help you get the missing image from the server when developping (for example when you get a fresh database and don’t want to download again the 3Gb of images for the few images you miss since last sync).

Install

If you’re using buildout, just add ‘imageretriever’ to your list of eggs.

If not, you can install the egg to your python setup using:

easy_install imageretriever

You can also download the sources and add them to your local environment.

Using image retriever

Start the django shell, then type:

from imageretriever.utils import sync_images
sync_images('http://localhost:8000/', 'http://example.com/')

It will list all image fields in the models and download them if they are not on your local filesystem.

You can also specify the number of milliseconds between each image download (to avoid being too agressive with the server) and if you want more information:

sync_images('http://localhost:8000/', 'http://example.com/', 100, True)

imageretriever logs

0.1 (2011-08-26)

  • added base functionalities. [vincent]

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imageretriever-0.1.zip (7.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page