forgot those files in the last commit
authorMichael Elsdörfer <michael@elsdoerfer.info>
Tue, 17 Jun 2008 13:33:55 +0000 (13:33 +0000)
committerMichael Elsdörfer <michael@elsdoerfer.info>
Tue, 17 Jun 2008 13:33:55 +0000 (13:33 +0000)
tests/testapp/__init__.py [new file with mode: 0644]
tests/testapp/models.py [new file with mode: 0644]

diff --git a/tests/testapp/__init__.py b/tests/testapp/__init__.py
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tests/testapp/models.py b/tests/testapp/models.py
new file mode 100644 (file)
index 0000000..157f5f5
--- /dev/null
@@ -0,0 +1 @@
+"""Empty demo app our tests can assign models to."""
\ No newline at end of file