Skip to main content

Provides the URL for an asset server, as a template context variable.

Project description

Provides {{ ASSET_SERVER_URL }} (the URL for an asset server) as a template context variable. Can be set through settings.py or by passing an environment variable to the app.

Setup

# settings.py
TEMPLATE_CONTEXT_PROCESSORS += [
    "assets_template_context.asset_server_url"
]

Definition

Set it in settings, e.g.:

# settings.py
ASSET_SERVER_URL = '//assets.example.com/'

Or when starting the site, e.g.:

ASSET_SERVER_URL=//assets.example.com/ python manage.py runserver

Usage

Use in templates:

# templates/index.html

<img src="{{ ASSET_SERVER_URL }}a34bc3-fish.jpg" />

Output:

<img src="//assets.example.com/a34bc3-fish.jpg"

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-asset-server-url-0.1.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file django-asset-server-url-0.1.tar.gz.

File metadata

File hashes

Hashes for django-asset-server-url-0.1.tar.gz
Algorithm Hash digest
SHA256 cc0f97d6f518d028eed1502c641f18a5ab88f33ef960feae6a76b5bb7afe3eac
MD5 26dfac5afc19a69f5b2c6f1b30cfa167
BLAKE2b-256 b5b20358b2c17a8bbf3262da5062d12e5dc0df20cb081e5c75afcb21ad6ffbb1

See more details on using hashes here.

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