From: Michael Elsdörfer Date: Tue, 17 Jun 2008 13:33:55 +0000 (+0000) Subject: forgot those files in the last commit X-Git-Tag: 0.2~69 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=43da3407d5ef57a376fba5960a5f419b95157fa5;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