We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ff321 commit ef5de6fCopy full SHA for ef5de6f
.gitignore
@@ -3,3 +3,4 @@
3
.idea/
4
*.pyc
5
.coverage
6
+common.sqlite3
settings/dev.py
@@ -10,7 +10,7 @@
10
DATABASES = {
11
"default": {
12
"ENGINE": "django.db.backends.sqlite3",
13
- "NAME": "common",
+ "NAME": "common.sqlite3",
14
}
15
16
INSTALLED_APPS = [
0 commit comments