Skip to content

Commit b86f6c9

Browse files
committed
Add back gunicorn in the INSTALLED_APPS
1 parent edee1f7 commit b86f6c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

speed_python/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def process_exception(self, request, exception):
106106
'django.contrib.messages',
107107
'django.contrib.staticfiles',
108108
'codespeed',
109+
'gunicorn',
109110
)
110111

111112
STATIC_URL = '/static/'

0 commit comments

Comments
 (0)