This project has been made to serve as an example app to Django Gamification.
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...
If you find an issue or have a feature request please open an issue at Github Django Gamification Example App Repo.
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.
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.