Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dzenlog-0.2.5.tar.gz (14.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page