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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file imageretriever-0.1.zip
.
File metadata
- Download URL: imageretriever-0.1.zip
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d6c7a86c143c9281898564e89e06075004f8d74e96a6b62452fc00049c238f3 |
|
MD5 | 547e23bcfebf8ed544509ccbb330fd52 |
|
BLAKE2b-256 | 36be4f79db9fd256c6c5e1f0ae30be8117da32a01227797278e82b7047ef846d |