Django FlatContent is intended as a flatpages-like app but for smaller chunks of content that can be edited in the Django admin.
Project description
Django FlatContent is intended as a flatpages-like app but for smaller chunks of content that can be edited in the Django admin.
Features
Simple FlatContent model
Template tag for pulling FlatContent into templates
Caching of FlatContent for performance
Installation
Add the flatcontent directory to your Python path.
Add flatcontent to your INSTALLED_APPS.
Run the command manage.py syncdb to install the models.
Usage
Once content is available in the FlatContent model, it can be accessed via the templates using the provided template tags:
{% load flatcontent_tags %} <div id="footer"> {% flatcontent footer %} </div>
The above will perform a slug lookup on the text “footer” and return the content associated with that slug.
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
File details
Details for the file django-flatcontent-0.1.2.tar.gz
.
File metadata
- Download URL: django-flatcontent-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a82c23136389bf221c0c52c6306c8d4263252589a5ed45cb8b4cb9e894d4c04a |
|
MD5 | 9c44fd89553a0e6f28065d169af84f20 |
|
BLAKE2b-256 | c02b6a8e54ab170a2435c701058a9ae74e8304ee614003d407f9c4fac472a5d2 |