Template tags to quickly show real content instead of lorem ipsum.
Project description
Template tags to quickly show real content instead of misleading lorem ipsum. Useful to get a sense of real world content with fun local unicode characters.
Works on Python >= 2.7 (including Python >= 3.5) and Django >= 1.6.
Documentation
Installation
pip install django-real-content
In your project’s settings file add real_content to your INSTALLED_APPS setting and DRC_LANGUAGE setting (if none is set, english will be used).
INSTALLED_APPS = (
# ...
'real_content',
)
DRC_LANGUAGE = 'hr'
Languages currently supported out of the box
cz, de, en, es, fr, gr, hr, it, nl, pl, rs, ru, si
Usage:
Explaind in more detail on read the docs.
Load django-real-content in your template.
{% load drc %}
random title
show random title with h3 tag
{% drc_title 'h3' %}
random paragraphs
show 3 random paragraphs
{% drc_paragraphs 3 %}
random image
show random image from lorempixel.com which dimensions are 420x360
{% drc_image 420 360 %}
random number
show a random number between 1 and 100
{% drc_number 1 100 %}
Content sources
Various localised news portals and local wikipedia in some cases.
TODO
add more languages in the package as standard (fi, pt…)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-real-content-0.1.12.tar.gz.
File metadata
- Download URL: django-real-content-0.1.12.tar.gz
- Upload date:
- Size: 231.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2a73ef6b037bceb99c90fa3da742054655745216366b2ef61f0829c15ad2a7f
|
|
| MD5 |
15425e15a6fae12b2a19100c4b121052
|
|
| BLAKE2b-256 |
db6a42af01d35304f6c8ada02a22310b792a24382287df3034293e7c3c9c34a1
|
File details
Details for the file django_real_content-0.1.12-py3-none-any.whl.
File metadata
- Download URL: django_real_content-0.1.12-py3-none-any.whl
- Upload date:
- Size: 231.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8a609125448e19ac7a690954ab2d416230c624e55f0d0f1bc4d712f10e01466
|
|
| MD5 |
4f94407d03a690fd9c95b5b6a3a71147
|
|
| BLAKE2b-256 |
023e8147f528ad0f61a19907506e26cff06dc528c9bd21b7b838d3e50fa0dfc7
|