django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
Перейти к файлу
Will Kahn-Greene 07c28a8a10
Merge pull request #213 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-03-28 08:33:41 -04:00
badger Don't run Travis with Python 2.7 and Django 1.7 or Django 1.8 2016-02-03 15:04:52 -08:00
badger_example Fix issues with url tag and email subject 2013-08-23 23:20:40 -04:00
docs Update getting_started.rst 2015-03-30 16:37:47 +02:00
requirements Switch to Pillow. 2015-03-18 12:50:34 -04:00
.gitignore Add .tox to ignored list 2013-08-22 11:55:08 -04:00
.travis.yml Don't run Travis with Python 2.7 and Django 1.7 or Django 1.8 2016-02-03 15:04:52 -08:00
CHANGELOG Add CHANGELOG and CONTRIBUTORS; fix MANIFEST.in 2013-08-23 21:09:52 -04:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-27 20:46:40 -07:00
CONTRIBUTORS Add ToxicWar to CONTRIBUTORS 2013-08-23 23:26:46 -04:00
LICENSE Fix copyright and urls 2013-07-26 12:10:11 -04:00
MANIFEST.in Add CHANGELOG and CONTRIBUTORS; fix MANIFEST.in 2013-08-23 21:09:52 -04:00
README.rst Update doco to point at mozilla repos 2013-03-19 14:56:09 -04:00
TODO.md Fix copyright and urls 2013-07-26 12:10:11 -04:00
manage.py Add docs for running tests; fix reqs 2013-08-16 17:52:51 -04:00
setup.py Add docs for running tests; fix reqs 2013-08-16 17:52:51 -04:00
test_settings.py Remove comment about django_nose before south. 2015-03-18 16:04:03 -04:00
tox.ini Replace render_to_response with render for better Django 1.8 compatibility. 2016-02-03 12:53:12 -08:00

README.rst

django-badger is a reusable Django app that supports badges, to track and
award achievements by your users. This can be used to help encourage certain
behaviors, recognize skills, or just generally celebrate members of your
community.

- `Build status on travis-ci <http://travis-ci.org/mozilla/django-badger>`_ (|build-status|)
- `Latest documentation on Read The Docs <https://django-badger.readthedocs.org/en/latest/>`_
  (`source <https://github.com/mozilla/django-badger/tree/master/docs>`_)
- `Task board on Huboard <http://huboard.com/mozilla/django-badger/board>`_
  (`source <https://github.com/mozilla/django-badger/issues>`_)

.. |build-status| image:: https://secure.travis-ci.org/mozilla/django-badger.png?branch=master
           :target: http://travis-ci.org/mozilla/django-badger

.. vim:set tw=78 ai fo+=n fo-=l ft=rst: