Observatoire Photographique des Paysages
Project description
Terra Observatoire Photographique des Paysages django application.
Settings needed to be set
DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
VERSATILEIMAGEFIELD_RENDITION_KEY_SETS = {
'terra_opp': [
('original', 'url'),
('full', 'thumbnail__1500x1125'),
('list', 'thumbnail__300x225'),
('thumbnail', 'thumbnail__180x120'),
]
}
AUTH_USER_MODEL = 'terra_accounts.TerraUser'
CHANGELOG
0.3.7 (2020-06-19)
- Support django 3.0
- add "as_versatile" filter for template usage
0.3.6 (2019-12-19)
- Compatibility with python 3.8, django 3.0 and DRF 3.11
- Add flake8 for linting
0.3.5 (2019-11-04)
- Fix MEDIA_URL may be empty, breaking url fetcher
0.3.4 (2019-10-10)
- Remove remarks field on Picture
0.3.3 (2019-10-09)
- Fix Manifest to include md files
0.3.0 (XXXX-XX-XX)
First standalone release
- Extract from terra-common package to make it a standalone package
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
terra-opp-0.3.7.tar.gz
(18.5 kB
view details)
File details
Details for the file terra-opp-0.3.7.tar.gz
.
File metadata
- Download URL: terra-opp-0.3.7.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5da5c788e07c8e7c3e6a1465621bc0ca7a2a4a3c616d6208e71c53538751df5b |
|
MD5 | debd3701cd6955ccb705a178a643fdb7 |
|
BLAKE2b-256 | 8b3c3dd231e2883b6cfd81e6e1b1746714a5b0084cc36abe7f3bcffe61f01699 |