Skip to content

Commit b7db82d

Browse files
trigger push
1 parent b0b0212 commit b7db82d

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed
0 Bytes
Binary file not shown.

project_cleo/settings.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@
9999
# }
100100

101101
DATABASES = {
102-
"default": dj_database_url.parse(
103-
os.environ.get("DATABASE_URL", ""),
104-
conn_max_age=600,
105-
ssl_require=True # säkrare anslutning
106-
)
102+
'default': dj_database_url.config(default='sqlite:///db.sqlite3')
107103
}
108104

109105
CSRF_TRUSTED_ORIGINS = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ django-extensions==4.1
1111
googleapis-common-protos==1.70.0
1212
grpc-gateway-protoc-gen-openapiv2==0.1.0
1313
grpcio==1.71.0
14-
gunicorn==20.1.0
14+
gunicorn-
1515
h11==0.14.0
1616
httpcore==1.0.8
1717
httpx==0.28.1

0 commit comments

Comments
 (0)