summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Král <honza.kral@gmail.com>2010-01-04 01:57:54 +0000
committerHonza Král <honza.kral@gmail.com>2010-01-04 01:57:54 +0000
commit556132f75bbf87a817fde540d10606a3db7f9aec (patch)
tree2c116867913652ad7da449d1346259e077bfe1d2
parent891c34ddd0b4bd5e5546a787f0cdcdc481d5d271 (diff)
downloaddjango-556132f75bbf87a817fde540d10606a3db7f9aec.tar.gz
[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
-rw-r--r--tests/regressiontests/settings/__init__.py4
1 files changed, 0 insertions, 4 deletions
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']