Skip to content

Commit ef5de6f

Browse files
committed
ignore testing database
1 parent 97ff321 commit ef5de6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.idea/
44
*.pyc
55
.coverage
6+
common.sqlite3

settings/dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DATABASES = {
1111
"default": {
1212
"ENGINE": "django.db.backends.sqlite3",
13-
"NAME": "common",
13+
"NAME": "common.sqlite3",
1414
}
1515
}
1616
INSTALLED_APPS = [

0 commit comments

Comments
 (0)