summaryrefslogtreecommitdiffstats
path: root/public/models.py
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-12-01 23:02:25 -0200
committerIsmael Carnales <icarnales@gmail.com>2009-12-01 23:26:04 -0200
commite0506afaf1b876d672e5cb40ad13702f0c6f0e01 (patch)
treecc2432e7403e2c898a0527196c254b557b762a68 /public/models.py
parent1390a8b40ed3443368ac490561e30346b605f1b1 (diff)
downloadarchweb-e0506afaf1b876d672e5cb40ad13702f0c6f0e01.tar.gz
archweb-e0506afaf1b876d672e5cb40ad13702f0c6f0e01.zip
Add basic tests to public app
The addition of a models.py file in public app is needed for django to recognize it as an application for testing. Signed-off-by: Ismael Carnales <icarnales@gmail.com>
Diffstat (limited to 'public/models.py')
-rw-r--r--public/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/models.py b/public/models.py
new file mode 100644
index 00000000..3668574e
--- /dev/null
+++ b/public/models.py
@@ -0,0 +1 @@
+# Needed for django to recognize this as an app for testing