Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 43bd6dc

Browse files
committed
moving wsgi file and updating settings.py to work with updates to s2i-python-container changes
1 parent 253aa35 commit 43bd6dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
]
7878

79-
WSGI_APPLICATION = 'project.wsgi.application'
79+
WSGI_APPLICATION = 'application'
8080

8181

8282
# Database

project/wsgi.py renamed to wsgi.py

File renamed without changes.

0 commit comments

Comments
 (0)