django-hermes 1.4.2
pip install django-hermes
Latest version
Released:
A light-weight blogging app for Django.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Chris Pickett
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Project description
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:
hermes/post_list.html
hermes/post_detail.html
hermes/random_post_list.html
TODO
Create Sphinx Documentation
Support tagging
Annotations ala Medium?
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Chris Pickett
Classifiers
- Development Status
- Environment
- Framework
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-hermes-1.4.2.tar.gz
.
File metadata
- Download URL: django-hermes-1.4.2.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b3bb45262e1cd425ed6590e6c5420bffa33d4685958b9c212c8416a936f6949 |
|
MD5 | 0609eb793305271f6a7f2509a24b18e6 |
|
BLAKE2b-256 | 7ef3776a9574328ab64dda62e87f36fd6bedc88d4102e1a56975b4753364e4f5 |