Django Dzenlog is a set of models and templates, which can be used to create blogs with different kinds media.
Project description
Django Dzenlog is a set of models and templates, which can be used to create blogs with different kinds media.
Dzenlog relies on new django’s feature – model inheritance, so you can derive you own models from dzenlog’s models and add an actual information.
This is very effective way of the code reuse, because dzenlog will take care about all publishing options, and all what you need is to describe details, specific to you particular blog.
For example, for can create a blog with two post types: textual posts and links to internet resources. In that case, all you need is to define two models: TextPost and LinkPost. Each of these models should be derived from django_dzenlog.models.GeneralPost.
Features
Simple way to add new types of posts.
All post types can be agregated in one feed.
Separate feed for each post type.
Example projects, which uses most features of this application.
Tagging support.
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
File details
Details for the file django-dzenlog-0.2.5.tar.gz
.
File metadata
- Download URL: django-dzenlog-0.2.5.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06fa89c2b90b58605ba585287e568e7f8147b80889687f6cfa4f6f5b7ff81700 |
|
MD5 | 1b84f6aba7ec42d2fc0e2a3adb33c13b |
|
BLAKE2b-256 | 37c84f27e936d2ac2bd8ff93a8fa5797ce35c8cc2e951b59169b6cfcaa0634c7 |