https://github.com/fgmacedo/django-awards
A Django Badge Awards application.
https://github.com/fgmacedo/django-awards
awards badges django python python-3
Last synced: 8 months ago
JSON representation
A Django Badge Awards application.
- Host: GitHub
- URL: https://github.com/fgmacedo/django-awards
- Owner: fgmacedo
- License: mit
- Archived: true
- Created: 2016-11-16T17:44:42.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-22T19:21:42.000Z (over 1 year ago)
- Last Synced: 2025-01-19T13:34:56.293Z (over 1 year ago)
- Topics: awards, badges, django, python, python-3
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=============================
Django Awards
=============================
.. image:: https://badge.fury.io/py/django-awards.png
:target: https://badge.fury.io/py/django-awards
.. image:: https://travis-ci.org/fgmacedo/django-awards.png?branch=master
:target: https://travis-ci.org/fgmacedo/django-awards
A Django Badge Awards application.
Documentation
-------------
The full documentation is at https://django-awards.readthedocs.org.
Quickstart
----------
Install Django Awards::
pip install django-awards
Then use it in a project::
import awards
Add a `badges.py` file into the app that you want to define badges to.
Features
--------
* TODO
Running Tests
--------------
Does the code actually work?
::
source /bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ pip install -e .
(myenv) $ pytest