From 6e895f9e069f73982751cd2d4aa5aa693136a274 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Tue, 17 Dec 2013 10:27:08 +0100 Subject: Removed superfluous models.py files. Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module. --- tests/admin_scripts/custom_templates/app_template/models.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/admin_scripts/custom_templates/app_template/models.py (limited to 'tests/admin_scripts') diff --git a/tests/admin_scripts/custom_templates/app_template/models.py b/tests/admin_scripts/custom_templates/app_template/models.py deleted file mode 100644 index fcd0b215d8..0000000000 --- a/tests/admin_scripts/custom_templates/app_template/models.py +++ /dev/null @@ -1 +0,0 @@ -# whatever -- cgit v1.3