File diff 8457949f27d4 → ea2565a624f1
docs/usage.rst
Show inline comments
 
@@ -1871,8 +1871,6 @@ on the safe side:
 
            - libpng-dev
 
            - libmariadb-dev
 
            - libmariadb-dev-compat
 
          # Specify that Python 3 should be used for the application
 
          python_version: 3
 
          # Here we specify that anything accessing our website with "/static/"
 
          # URL should be treated as request to a static file, to be served
 
          # directly by Nginx instead of the WSGI server.