Changeset - b24bfcec8f9a
[Not reviewed]
0 1 0
Branko Majic (branko) - 3 years ago 2021-01-18 21:44:08
branko@majic.rs
MAR-151: Specify the wsgi_requirements_in file in the sample WSGI application in usage instructions:

- Primarily because futures is not required when using Python 3.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/usage.rst
Show inline comments
 
@@ -1827,6 +1827,8 @@ on the safe side:
 
          # Specify explicitly requirements for installing Gunicorn.
 
          wsgi_requirements:
 
            - gunicorn==20.0.4
 
          wsgi_requirements_in:
 
            - gunicorn
 
        - role: database
 
          db_name: wiki
 
          db_password: wiki
0 comments (0 inline, 0 general)