Browse Source

auto commit

master
jfinn 3 months ago
parent
commit
a4b5038d54
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      edan_v1/edan_v1/settings.py

+ 1
- 1
edan_v1/edan_v1/settings.py View File

@@ -175,7 +175,7 @@ ASGI_APPLICATION = "edan_v1.asgi.application"
175 175
 DATABASES = {
176 176
     "default": {
177 177
         "ENGINE": "django.db.backends.sqlite3",
178
-        "NAME": BASE_DIR / "db.sqlite3",
178
+        "NAME": BASE_DIR / "db_sq.sqlite3",
179 179
 
180 180
 
181 181
         'USER': '',

Loading…
Cancel
Save