mattjegan / django-gamification-example-app

An example application for Django Gamification
Other
12 stars 2 forks source link
application django gamification gamification-framework python python3

Django Gamification Example App

This project has been made to serve as an example app to Django Gamification.

Installation Instructions

git clone https://github.com/mattjegan/django-gamification-example-app
cd django-gamification-example-app
pipenv install
pipenv shell
python manage.py migrate
python manage.py create-examples
python manage.py runserver

and then navigate to http://127.0.0.1:8000/ and you're good to go...

Contribution

Submitting an issue or feature request

If you find an issue or have a feature request please open an issue at Github Django Gamification Example App Repo.

Working on issues

If you think that you can fix an issue or implement a feature, please make sure that it isn't assigned to someone or if it is you may ask for an update.

Once an issue is complete, open a pull request so that your contribution can be reviewed.

Helping others

At all times, please be polite with others who are working on issues. It may be their first ever patch and we want to foster a friendly and familiar open source environment.