From: michael <> Date: Tue, 17 Jun 2008 13:33:55 +0000 (+0000) Subject: forgot those files in the last commit X-Git-Tag: 0.1~27 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b618719b4b36b95ee51b0559789fd457c260c793;p=django-tables2.git forgot those files in the last commit --- diff --git a/tests/testapp/__init__.py b/tests/testapp/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/testapp/models.py b/tests/testapp/models.py new file mode 100644 index 0000000..157f5f5 --- /dev/null +++ b/tests/testapp/models.py @@ -0,0 +1 @@ +"""Empty demo app our tests can assign models to.""" \ No newline at end of file