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.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.6.tar.gz
(18.0 kB
view details)
File details
Details for the file terra-opp-0.3.6.tar.gz
.
File metadata
- Download URL: terra-opp-0.3.6.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a97cdbf03b7e1058f6c75333c6146150fed9f9b252cdeadd3a62376a3e485367 |
|
MD5 | 3dca828db0152bfd244f6d6c0d8aa7ac |
|
BLAKE2b-256 | ba8c8b7b7f143c689311e8ffdf0029208baa71cc0310a3024f495b3e55512981 |