diff --git a/EpisodesCommunity/settings.py b/EpisodesCommunity/settings.py index ec8a8cf..548e7ef 100644 --- a/EpisodesCommunity/settings.py +++ b/EpisodesCommunity/settings.py @@ -87,7 +87,7 @@ WSGI_APPLICATION = 'EpisodesCommunity.wsgi.application' # https://docs.djangoproject.com/en/1.11/ref/settings/#databases DATABASES = { - 'default': dj_database_url.parse(options.get("database", 'sqlite:///database.db')) + 'default': dj_database_url.parse(options.get("database", 'sqlite:///database.sqlite3')) }