summaryrefslogtreecommitdiff
path: root/website/models.py
diff options
context:
space:
mode:
authorprashantsinalkar2019-06-28 21:44:43 +0530
committerprashantsinalkar2019-06-28 21:44:43 +0530
commit1473227a75101f5b76d6b522da5737df2f5eb058 (patch)
treedab59c0b7970a0b059d4eeb84aafd54e14ed47e9 /website/models.py
parent459d1aec769f62570af51a3a53ebe0bce4a6754c (diff)
downloadR_on_Cloud_Web_Interface-1473227a75101f5b76d6b522da5737df2f5eb058.tar.gz
R_on_Cloud_Web_Interface-1473227a75101f5b76d6b522da5737df2f5eb058.tar.bz2
R_on_Cloud_Web_Interface-1473227a75101f5b76d6b522da5737df2f5eb058.zip
added basic interface for development
Diffstat (limited to 'website/models.py')
-rw-r--r--website/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/models.py b/website/models.py
new file mode 100644
index 0000000..71a8362
--- /dev/null
+++ b/website/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.