Added billard app

This commit is contained in:
Alexander Werner
2017-01-03 19:26:51 +01:00
parent c297407135
commit a51c2cf733
7 changed files with 30 additions and 0 deletions

5
billard/apps.py Normal file
View File

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