django-dzenlog 0.3.1
Django Dzenlog is a set of models and templates, which can be used to create blogs with different kinds media.
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-dzenlog-0.3.1.tar.gz (md5) | Source | 2010-12-04 | 17KB | 316 | |
- Author: Alexander Artemenko
- Home Page: http://github.com/svetlyak40wt/django-dzenlog/
- Keywords: django apps blogging
- License: New BSD License
- Categories
- Package Index Owner: svetlyak40wt
- DOAP record: django-dzenlog-0.3.1.xml
