Skip to content

mattjegan/django-gamification-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published