gamification-server
gamification-server copied to clipboard
Server to track gamification elements (badges, points, tags) to work pages or apps
I have the server up and running on my local system. Am not familiar with python, hence struggling regarding the apis,is there documentation available regarding apis?
Hello! I have added a couple of fixes on the environment: - A migration dependency for badges application since it requires that the core application exists before it runs. -...
DatabaseError: column django_content_type.name does not exist LINE 1: SELECT "django_content_type"."id", "django_content_type"."na... When I run ``` bash python manage.py syncdb ``` This is the result. ``` bash Syncing... Creating tables ......
I got this error: OperationalError: FATAL: password authentication failed for user "gamification_manager" Please help.
I'm trying to get things running but I'm getting the following when running "paver createdb" ---> pavement.createdb ## Captured Task Output: ---> pavement.createdb Traceback (most recent call last): File "/home/lyntux/pyenv/gamification/lib/python3.4/site-packages/paver/tasks.py",...
Installation steps are at very high level. Is there any detailed installation steps and usage guide like how to configure add a new project . We do not find the...
Error: Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. I am now working on a Linux...
Build in support to trace hierarchies of teams, tracking scores at every level
I'm trying to install the gamification-server on OSX. I ran the command `paver sync` and got the following error: ``` ---> pavement.sync python manage.py migrate core Running migrations for core:...
Having problems installing the server on Windows. I'm not very experienced with an installation process like this at all but have bundled my way through installing Git, Pip and VirtualEnv...