diff options
author | Jayaram Pai | 2013-12-19 05:28:37 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-19 05:28:37 +0530 |
commit | 4a929add0e1c1dce95e6829f6d39f37ae5960afb (patch) | |
tree | f0f0b5cbfbdbbd5a9141d5016095bcddc64a3775 /website/models.py | |
download | scilab-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.py | 3 |
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. |