File tree 9 files changed +15
-11
lines changed
9 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
- # -*- coding: utf-8 -*-
2
-
3
1
"""WSGI application helper."""
4
-
5
- from __future__ import absolute_import
6
2
import os
7
3
8
- os .environ .setdefault (' DJANGO_SETTINGS_MODULE' , ' readthedocs.settings.dev' )
4
+ os .environ .setdefault (" DJANGO_SETTINGS_MODULE" , " readthedocs.settings.docker_compose" )
9
5
10
6
# This application object is used by any WSGI server configured to use this
11
7
# file. This includes Django's development server, if the WSGI_APPLICATION
12
8
# setting points here.
13
9
from django .core .wsgi import get_wsgi_application # noqa
14
- application = get_wsgi_application ()
15
10
16
- # Apply WSGI middleware here.
17
- # from helloworld.wsgi import HelloWorldApplication
18
- # application = HelloWorldApplication(application)
11
+ application = get_wsgi_application ()
Original file line number Diff line number Diff line change 3
3
-r pip.txt
4
4
5
5
psycopg2
6
- gunicorn
7
6
django-redis-cache
8
7
9
8
# For resizing images
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ gitdb==4.0.10
200
200
gitpython==3.1.30
201
201
# via -r requirements/pip.txt
202
202
gunicorn==20.1.0
203
- # via -r requirements/deploy.in
203
+ # via -r requirements/pip.txt
204
204
idna==3.4
205
205
# via
206
206
# -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ gitdb==4.0.10
211
211
# gitpython
212
212
gitpython==3.1.30
213
213
# via -r requirements/pip.txt
214
+ gunicorn==20.1.0
215
+ # via -r requirements/pip.txt
214
216
idna==3.4
215
217
# via
216
218
# -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ gitdb==4.0.10
195
195
# gitpython
196
196
gitpython==3.1.30
197
197
# via -r requirements/pip.txt
198
+ gunicorn==20.1.0
199
+ # via -r requirements/pip.txt
198
200
idna==3.4
199
201
# via
200
202
# -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ gitdb==4.0.10
203
203
# gitpython
204
204
gitpython==3.1.30
205
205
# via -r requirements/pip.txt
206
+ gunicorn==20.1.0
207
+ # via -r requirements/pip.txt
206
208
idna==3.4
207
209
# via
208
210
# -r requirements/pip.txt
Original file line number Diff line number Diff line change @@ -130,3 +130,5 @@ django-structlog==2.2.0
130
130
131
131
structlog
132
132
dparse
133
+
134
+ gunicorn
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ gitdb==4.0.10
147
147
# via gitpython
148
148
gitpython==3.1.30
149
149
# via -r requirements/pip.in
150
+ gunicorn==20.1.0
151
+ # via -r requirements/pip.in
150
152
idna==3.4
151
153
# via requests
152
154
imagesize==1.4.1
Original file line number Diff line number Diff line change @@ -196,6 +196,8 @@ gitdb==4.0.10
196
196
# gitpython
197
197
gitpython==3.1.30
198
198
# via -r requirements/pip.txt
199
+ gunicorn==20.1.0
200
+ # via -r requirements/pip.txt
199
201
idna==3.4
200
202
# via
201
203
# -r requirements/pip.txt
You can’t perform that action at this time.
0 commit comments