From 4391a39ee4cde31ff9c9a56cd8d452b934136b4e Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sun, 12 Apr 2009 15:02:44 -0500 Subject: Buildout bootstrap setup. --- src/shorturls/testsettings.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/shorturls/testsettings.py (limited to 'src/shorturls/testsettings.py') diff --git a/src/shorturls/testsettings.py b/src/shorturls/testsettings.py new file mode 100644 index 0000000..5ce99da --- /dev/null +++ b/src/shorturls/testsettings.py @@ -0,0 +1,3 @@ +DATABASE_ENGINE = 'sqlite3' +DATABASE_NAME = '/tmp/shorturls.db' +INSTALLED_APPS = ['shorturls'] \ No newline at end of file -- cgit v1.2.3