Skip to main content

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.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


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.5.tar.gz (18.3 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