X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg-web%2Fsettings.py;fp=mlpccg-web%2Fsettings.py;h=5f311eb473cb37596cbcfdee6037b96084f1c82f;hp=1da064d3a5d3c2fa19604f8424836539acbb0359;hb=247faccd70eea33b856c3aac471be3d411b8be80;hpb=ac0c692e40ad6aca1b28199a4ef9c850fa680427 diff --git a/mlpccg-web/settings.py b/mlpccg-web/settings.py index 1da064d..5f311eb 100644 --- a/mlpccg-web/settings.py +++ b/mlpccg-web/settings.py @@ -60,7 +60,7 @@ WSGI_APPLICATION = 'mlpccg-web.wsgi.application' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), + 'NAME': os.path.join(BASE_DIR, 'data/db.sqlite3'), } }