A different stuff for Django to faster make a world a better place.


Keywords
django-atom
License
BSD-3-Clause
Install
pip install django-atom==0.15.0

Documentation

django-atom

https://badge.fury.io/py/django-atom.png https://travis-ci.org/ad-m/django-atom.png?branch=master

A different stuff for Django to faster make a world a better place.

Documentation

The full documentation is at https://django-atom.readthedocs.org.

Quickstart

Install django-atom:

pip install django-atom

Then use it in a project:

import atom

Extensions

slugify

Example usage in settings.py add

AUTOSLUG_SLUGIFY_FUNCTION = 'atom.ext.slugify.slugifier.ascii_slugify'

Required `unicode-slugify`, `django-autoslug`.