This project has been archived by its maintainers, and is no longer receiving any updates.
kittenstorage is a so called development storage engine.
Many people have the problem with gigantomanic production databases with gigabytes of pictures/files. It is a pain to keep the image files synchronised between development and production environments.
Therefore I have written this storage engine. In case a file is not found, an image from placekitten.com will be used/displayed instead.
Setup
It’s on pypi.
pip install django-kittenstorage
Feel free to clone from github too. Forking is welcome as well :-)
In your django settings file:
DEFAULT_FILE_STORAGE = 'kittenstorage.storages.GreyKitten'
Storage Engines
kittenstorage offers two engines:
kittenstorage.storages.GreyKitten
kittenstorage.storages.ColorKitten
Choose depending on the saturation you want. I prefer GreyKitten since it does have a pretty classy look.
Settings
There is only one setting:
- KITTEN_SIZE
Default: (1024, 1024)
A tuple of format (width, height), specifiying the size of the image requested from placekitten.
Release files for django-kittenstorage 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-kittenstorage-1.0.0.tar.gz | 2.6 kB | Details |
Release files / django-kittenstorage-1.0.0.tar.gz
| Download URL | django-kittenstorage-1.0.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48d3b50b365869e1c6bedea343154fd638fddddc7621489ba21551ece0f7d191
|
|
BLAKE2b-256 checksum How to use checksums |
298da0acc68277e7e14c37706b9db135ddd60fda8fe2bcc8e48577bcd742fdda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |