Skip to content

Commit e3346bd

Browse files
committed
move test db to /var/tmp/
1 parent 09fef37 commit e3346bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
MANAGERS = ADMINS
1111

1212
DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
13-
DATABASE_NAME = '/tmp/django-polymorphic-test-db.sqlite3' # Or path to database file if using sqlite3.
13+
DATABASE_NAME = '/var/tmp/django-polymorphic-test-db.sqlite3' # Or path to database file if using sqlite3.
1414
DATABASE_USER = '' # Not used with sqlite3.
1515
DATABASE_PASSWORD = '' # Not used with sqlite3.
1616

0 commit comments

Comments
 (0)