Initial commit.

This commit is contained in:
Jim Driessen
2017-01-20 17:45:58 +01:00
commit 47e7b5b59c
85 changed files with 12276 additions and 0 deletions

View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class PlayerapiConfig(AppConfig):
name = 'playerapi'