From 89f40e36246100df6a11316c31a76712ebc6c501 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 26 Feb 2013 09:53:47 +0100 Subject: Merged regressiontests and modeltests into the test root. --- tests/admin_scripts/custom_templates/app_template/__init__.py | 0 tests/admin_scripts/custom_templates/app_template/api.py | 1 + tests/admin_scripts/custom_templates/app_template/models.py | 1 + 3 files changed, 2 insertions(+) create mode 100644 tests/admin_scripts/custom_templates/app_template/__init__.py create mode 100644 tests/admin_scripts/custom_templates/app_template/api.py create mode 100644 tests/admin_scripts/custom_templates/app_template/models.py (limited to 'tests/admin_scripts/custom_templates/app_template') diff --git a/tests/admin_scripts/custom_templates/app_template/__init__.py b/tests/admin_scripts/custom_templates/app_template/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/admin_scripts/custom_templates/app_template/api.py b/tests/admin_scripts/custom_templates/app_template/api.py new file mode 100644 index 0000000000..439d935f73 --- /dev/null +++ b/tests/admin_scripts/custom_templates/app_template/api.py @@ -0,0 +1 @@ +# your API code \ No newline at end of file diff --git a/tests/admin_scripts/custom_templates/app_template/models.py b/tests/admin_scripts/custom_templates/app_template/models.py new file mode 100644 index 0000000000..92be216cfc --- /dev/null +++ b/tests/admin_scripts/custom_templates/app_template/models.py @@ -0,0 +1 @@ +# whatever \ No newline at end of file -- cgit v1.3