summaryrefslogtreecommitdiffstats
path: root/yacos/lending/apps.py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-08-20 08:20:53 +0200
committermakefu <github@syntax-fehler.de>2019-08-20 08:20:53 +0200
commit20c9dba737113b683b3fe9fea18c5fe479407ada (patch)
tree8d6c9291ce0e2dfeb4091b9e3eaa94c7d0bee3f1 /yacos/lending/apps.py
initial commit, everything works now(tm)HEADmaster
Diffstat (limited to 'yacos/lending/apps.py')
-rw-r--r--yacos/lending/apps.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/yacos/lending/apps.py b/yacos/lending/apps.py
new file mode 100644
index 0000000..6fa1426
--- /dev/null
+++ b/yacos/lending/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class LendingConfig(AppConfig):
+ name = 'lending'