summaryrefslogtreecommitdiff
path: root/website/models.py
diff options
context:
space:
mode:
authorJayaram Pai2013-12-19 05:28:37 +0530
committerJayaram Pai2013-12-19 05:28:37 +0530
commit4a929add0e1c1dce95e6829f6d39f37ae5960afb (patch)
treef0f0b5cbfbdbbd5a9141d5016095bcddc64a3775 /website/models.py
downloadscilab-on-cloud-4a929add0e1c1dce95e6829f6d39f37ae5960afb.tar.gz
scilab-on-cloud-4a929add0e1c1dce95e6829f6d39f37ae5960afb.tar.bz2
scilab-on-cloud-4a929add0e1c1dce95e6829f6d39f37ae5960afb.zip
initial commit
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.