From e0506afaf1b876d672e5cb40ad13702f0c6f0e01 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Tue, 1 Dec 2009 23:02:25 -0200 Subject: 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 --- public/models.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/models.py (limited to 'public/models.py') diff --git a/public/models.py b/public/models.py new file mode 100644 index 0000000..3668574 --- /dev/null +++ b/public/models.py @@ -0,0 +1 @@ +# Needed for django to recognize this as an app for testing -- cgit v1.2.3-24-g4f1b