mattjegan / django-gamification-example-app

An example application for Django Gamification
Other
12 stars 2 forks source link

Unable to start #3

Closed flaviobarros closed 6 years ago

flaviobarros commented 6 years ago

Python complains that there is no module named secrets.

mattjegan commented 6 years ago

Hi @flaviobarros, the secrets module is only included in python 3.6. If you upgrade your python version this should work, perhaps we should just switch to using the random module instead, I'll accept a PR otherwise I probably won't be able to get to it until the end of the week.