Skip to main content

a very basic blog app for a django project

Project description

https://travis-ci.org/buddylindsey/dj-blog.png?branch=master https://pypip.in/d/dj-blog/badge.png

Minimal blog that gets you started.

Documentation

To be added.

Features

  • Add blog post

  • Categorize posts

  • Use Markdown

Constraints

  1. This is not a full featured blog app its enough to get you started

  2. This does not mean to be everything in one to compete with wordpress, zinnia or mezzanine

  3. You will need to write your own templates, for now.

Quickstart

Install dj-blog

pip install dj-blog

Add djblog to your INSTALLED_APPS:

INSTALLED_APPS +=(
    "djblog",
)

Add to the urls.py:

url(r'^blog/', include('djblog.urls', namespace="djblog")),

Finally, you need to write your own templates and put them in djblog/ in your templates folder.

Changelog

v 0.3 1. Added switch to use jinja templates if django_jinja is installed 2. Fix bug in showing only published articles in category views

v 0.2.5 1. Changed to mistune markdown converter 2. Added primary_category method to article 3. Added start to a preview ability of articles

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

dj-blog-0.3.1.tar.gz (6.3 kB view details)

Uploaded Source

File details

Details for the file dj-blog-0.3.1.tar.gz.

File metadata

  • Download URL: dj-blog-0.3.1.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dj-blog-0.3.1.tar.gz
Algorithm Hash digest
SHA256 7dc00b6b256329b53d88fea2f72b6bb4d6f76502879d1026a247720f6dedc52e
MD5 7b51e1ca0691c5da4e5dc5be2aac6a77
BLAKE2b-256 1ef547a9b006d5319d3d66113f27c9e54e0dea493f32c46c3cc1e7cdcccc168f

See more details on using hashes here.

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