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"
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-asset-server-url-0.1.tar.gz.
File metadata
- Download URL: django-asset-server-url-0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc0f97d6f518d028eed1502c641f18a5ab88f33ef960feae6a76b5bb7afe3eac
|
|
| MD5 |
26dfac5afc19a69f5b2c6f1b30cfa167
|
|
| BLAKE2b-256 |
b5b20358b2c17a8bbf3262da5062d12e5dc0df20cb081e5c75afcb21ad6ffbb1
|