Socket
Socket
Sign inDemoInstall

django-hermes

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-hermes

A light-weight blogging app for Django.


Maintainers
1

Readme

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

============= 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?

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc