diff options
Diffstat (limited to 'docs/topics/install.txt')
| -rw-r--r-- | docs/topics/install.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 5200b6b80b..b7b3fde286 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -47,8 +47,8 @@ for information on how to configure mod_wsgi once you have it installed. If you can't use mod_wsgi for some reason, fear not: Django supports many other -deployment options. One is :doc:`uWSGI </howto/deployment/wsgi/uwsgi>`; it works -very well with `nginx`_. Additionally, Django follows the WSGI spec +deployment options. One is :doc:`uWSGI </howto/deployment/wsgi/uwsgi>`; it +works very well with `nginx`_. Additionally, Django follows the WSGI spec (:pep:`3333`), which allows it to run on a variety of server platforms. .. _Apache: https://httpd.apache.org/ @@ -133,8 +133,8 @@ the tables, you can grant Django ``SELECT``, ``INSERT``, ``UPDATE`` and you'll specify the details in your project's settings file, see :setting:`DATABASES` for details. -If you're using Django's :doc:`testing framework</topics/testing/index>` to test -database queries, Django will need permission to create a test database. +If you're using Django's :doc:`testing framework</topics/testing/index>` to +test database queries, Django will need permission to create a test database. .. _PostgreSQL: https://www.postgresql.org/ .. _MariaDB: https://mariadb.org/ @@ -189,8 +189,8 @@ Installing a distribution-specific package Check the :doc:`distribution specific notes </misc/distributions>` to see if your platform/distribution provides official Django packages/installers. Distribution-provided packages will typically allow for automatic installation -of dependencies and supported upgrade paths; however, these packages will rarely -contain the latest release of Django. +of dependencies and supported upgrade paths; however, these packages will +rarely contain the latest release of Django. .. _installing-development-version: |
