Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ad-m/django-atom
A different stuff for Django to faster make a world a better place.
https://github.com/ad-m/django-atom
Last synced: about 1 month ago
JSON representation
A different stuff for Django to faster make a world a better place.
- Host: GitHub
- URL: https://github.com/ad-m/django-atom
- Owner: ad-m
- License: bsd-3-clause
- Created: 2015-08-01T20:34:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T20:46:15.769Z (about 1 month ago)
- Language: Python
- Homepage: https://django-atom.readthedocs.org/
- Size: 72.3 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
django-atom
=============================.. image:: https://badge.fury.io/py/django-atom.png
:target: https://badge.fury.io/py/django-atom.. image:: https://travis-ci.org/ad-m/django-atom.png?branch=master
:target: https://travis-ci.org/ad-m/django-atomA 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
.. code:: python
AUTOSLUG_SLUGIFY_FUNCTION = 'atom.ext.slugify.slugifier.ascii_slugify'
Required ```unicode-slugify```, ```django-autoslug```.