aboutsummaryrefslogtreecommitdiffstats
path: root/src/testapp/models.py
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2010-12-30 01:02:11 +0000
committertom christie tom@tomchristie.com2010-12-30 01:02:11 +0000
commit8a12f89aaacfc0839d6ab1e62b4b5046930517ba (patch)
tree3f0b4fd095d93c5b003832b5e19ecf7f670924ab /src/testapp/models.py
parent650111dc8c0800e5b7d4c878c1d454657b68efca (diff)
downloaddjango-rest-framework-8a12f89aaacfc0839d6ab1e62b4b5046930517ba.tar.bz2
Added tests
Diffstat (limited to 'src/testapp/models.py')
-rw-r--r--src/testapp/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testapp/models.py b/src/testapp/models.py
new file mode 100644
index 00000000..71a83623
--- /dev/null
+++ b/src/testapp/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.