A reusable Django app with some useful markdown utilities
Project description
A reusable Django app with some useful markdown utilities.
This should mainly serve as an alternative to the django.contrib.markup module which has been removed in Django 1.5.
Installation
To get the latest stable release from PyPi
pip install django-markdown-utils
To get the latest commit from GitHub
pip install -e git+git://github.com/bitmazk/django-markdown-utils.git#egg=markdown_utils
TODO: Describe further installation steps (edit / remove the examples below):
Add markdown_utils to your INSTALLED_APPS
INSTALLED_APPS = (
...,
'markdown_utils',
)
Before your tags/filters are available in your templates, load them by using
{% load markdown_utils_tags %}
Contribute
If you want to contribute to this project, please perform the following steps
# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-markdown-utils
make develop
git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch
Project details
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-markdown-utils-0.1.tar.gz
.
File metadata
- Download URL: django-markdown-utils-0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b690d973afd8fe0adb5836a40c89bf4b757d74edb2379f5814c5b8558071f87 |
|
MD5 | 67579983a79cc38783e1763977de3f84 |
|
BLAKE2b-256 | 0e590352730aa01eefade28d4319e84369a7bd4ae3445a1395ea050e7f257187 |