Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acdha/django-bittersweet

Just a little bit of django-sugar
https://github.com/acdha/django-bittersweet

Last synced: about 1 month ago
JSON representation

Just a little bit of django-sugar

Awesome Lists containing this project

README

        

==================
django-bittersweet
==================

.. image:: https://landscape.io/github/acdha/django-bittersweet/master/landscape.svg
:target: https://landscape.io/github/acdha/django-bittersweet/master
:alt: Landscape.io Code Quality

.. image:: https://travis-ci.org/acdha/django-bittersweet.png?branch=master
:target: https://travis-ci.org/acdha/django-bittersweet

Documentation
-------------

This is the limited subset of my `django-sugar `_ fork which I
regularly use enough to distribute on PyPI.

See https://django-bittersweet.readthedocs.org/

License
-------

Except for ``bittersweet_json``, all code is released into the public domain.
See `LICENSE `_

Quickstart
----------

See https://django-bittersweet.readthedocs.org/en/latest/quickstart.html

Running Tests
--------------

You can run the tests against every supported version of Python / Django using ``tox``.

If you're developing new features, run ``python setup.py test``.