Skip to main content

A light-weight blogging app for Django.

Project description

https://travis-ci.org/bunchesofdonald/django-hermes.svg?branch=master

django-hermes

A light-weight blogging app for Django.

Installation

Download

pip install django-hermes

Add To Installed Apps

In your django settings file, add hermes to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'hermes',
    ...
)

Setup URLs

Include hermes.urls in your ROOT_URLCONF:

url(r'^blog/', include('hermes.urls')),

Create Templates

Hermes expects three templates:

  1. hermes/post_list.html

  2. hermes/post_detail.html

  3. hermes/random_post_list.html

TODO

  1. Create Sphinx Documentation

  2. Support tagging

  3. Annotations ala Medium?

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-hermes-1.4.2.tar.gz (13.3 kB view details)

Uploaded Source

File details

Details for the file django-hermes-1.4.2.tar.gz.

File metadata

File hashes

Hashes for django-hermes-1.4.2.tar.gz
Algorithm Hash digest
SHA256 0b3bb45262e1cd425ed6590e6c5420bffa33d4685958b9c212c8416a936f6949
MD5 0609eb793305271f6a7f2509a24b18e6
BLAKE2b-256 7ef3776a9574328ab64dda62e87f36fd6bedc88d4102e1a56975b4753364e4f5

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