diff options
author | Ismael Carnales <icarnales@gmail.com> | 2009-12-01 23:02:25 -0200 |
---|---|---|
committer | Ismael Carnales <icarnales@gmail.com> | 2009-12-01 23:26:04 -0200 |
commit | e0506afaf1b876d672e5cb40ad13702f0c6f0e01 (patch) | |
tree | cc2432e7403e2c898a0527196c254b557b762a68 /public/models.py | |
parent | 1390a8b40ed3443368ac490561e30346b605f1b1 (diff) |
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.py | 1 |
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 |