Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acdha/django-bittersweet
- Owner: acdha
- License: cc0-1.0
- Created: 2016-02-29T22:17:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T19:17:52.000Z (9 months ago)
- Last Synced: 2024-11-18T23:56:21.668Z (2 months ago)
- Language: Python
- Homepage: https://django-bittersweet.readthedocs.org
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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-bittersweetDocumentation
-------------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``.