aboutsummaryrefslogtreecommitdiffstats
path: root/motor/accounts/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'motor/accounts/models.py')
-rw-r--r--motor/accounts/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/motor/accounts/models.py b/motor/accounts/models.py
new file mode 100644
index 0000000..1593487
--- /dev/null
+++ b/motor/accounts/models.py
@@ -0,0 +1,4 @@
+from django.db import models
+
+class Client(models.Model):
+ pass