From 556132f75bbf87a817fde540d10606a3db7f9aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 4 Jan 2010 01:57:54 +0000 Subject: [PATCH] [soc2009/model-validation] removed directory accidentaly committed git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@12077 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/settings/__init__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/regressiontests/settings/__init__.py diff --git a/tests/regressiontests/settings/__init__.py b/tests/regressiontests/settings/__init__.py deleted file mode 100644 index 76e845e16b..0000000000 --- a/tests/regressiontests/settings/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# Settings file automatically generated by regressiontests.admin_scripts test case -DATABASES = {'default': {'ENGINE': 'django.db.backends.sqlite3', 'SUPPORTS_TRANSACTIONS': True, 'NAME': ':memory:', 'TEST_CHARSET': None, 'TIME_ZONE': 'America/Chicago', 'TEST_COLLATION': None, 'PORT': '', 'HOST': '', 'USER': '', 'TEST_NAME': None, 'PASSWORD': '', 'OPTIONS': {}}, 'other': {'ENGINE': 'django.db.backends.sqlite3', 'SUPPORTS_TRANSACTIONS': True, 'NAME': 'other_db14006', 'TEST_CHARSET': None, 'TIME_ZONE': 'America/Chicago', 'TEST_COLLATION': None, 'PORT': '', 'HOST': '', 'USER': '', 'TEST_NAME': 'other_db14006', 'PASSWORD': '', 'OPTIONS': {}}} -ROOT_URLCONF = 'urls' -INSTALLED_APPS = ['django.contrib.auth', 'django.contrib.contenttypes', 'admin_scripts']