Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Jun 23, 2016
1 parent ba90ee4 commit 0372d3a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ To get your instance running in production you need to create your local setting
'app_upload_or_delete': '20/day'
}
# Only set this parameter if you want to use a different tmp directory
# for temporary app downloads. Otherwise will default to /tmp
RELEASE_DOWNLOAD_ROOT = '/var/www/production-domain.com/tmp/'
# Only set this parameter if you want to use a different tmp directory for app downloads
RELEASE_DOWNLOAD_ROOT = '/other/tmp'
.. note:: Absolutely make sure to generate a new **SECRET_KEY** value! Use the following command for instance to generate a token:
Expand Down Expand Up @@ -179,6 +178,9 @@ Configuring the Server
~~~~~~~~~~~~~~~~~~~~~~
This section will explain how to set up the application using apache and mod_wsgi. If you want to use a different web server or need further information check out `the deployment documentation <https://docs.djangoproject.com/en/1.9/howto/deployment/>`_

Apache
^^^^^^

First install apache and mod_wsgi:

* **Ubuntu and Debian**::
Expand Down

0 comments on commit 0372d3a

Please sign in to comment.