aboutsummaryrefslogtreecommitdiffstats
path: root/src/shorturls/testsettings.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/shorturls/testsettings.py')
-rw-r--r--src/shorturls/testsettings.py3
1 files changed, 3 insertions, 0 deletions
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