Commit 46400123 authored by Michal Čihař's avatar Michal Čihař

Update links to Django docs

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ed22fa15
...@@ -220,7 +220,7 @@ To allow access to this project, you have to add the privilege to do so either ...@@ -220,7 +220,7 @@ To allow access to this project, you have to add the privilege to do so either
directly to given user or group of users in Django admin interface. Or using directly to given user or group of users in Django admin interface. Or using
user management on project page as described in :ref:`manage-acl`. user management on project page as described in :ref:`manage-acl`.
.. seealso:: https://docs.djangoproject.com/en/1.6/topics/auth/default/#auth-admin .. seealso:: https://docs.djangoproject.com/en/1.7/topics/auth/default/#auth-admin
Managing users and groups Managing users and groups
------------------------- -------------------------
......
...@@ -16,7 +16,7 @@ All settings are stored in :file:`settings.py` (as usual for Django). ...@@ -16,7 +16,7 @@ All settings are stored in :file:`settings.py` (as usual for Django).
Please check also `Django's documentation`_ for parameters which configure Please check also `Django's documentation`_ for parameters which configure
Django itself. Django itself.
.. _`Django's documentation`: https://docs.djangoproject.com/en/1.6/ref/settings/ .. _`Django's documentation`: https://docs.djangoproject.com/en/1.7/ref/settings/
.. setting:: ANONYMOUS_USER_NAME .. setting:: ANONYMOUS_USER_NAME
......
...@@ -205,7 +205,7 @@ Creating database for Weblate ...@@ -205,7 +205,7 @@ Creating database for Weblate
It is recommended to run Weblate on some database server. Using SQLite backend It is recommended to run Weblate on some database server. Using SQLite backend
is really good for testing purposes only. is really good for testing purposes only.
.. seealso:: :ref:`production-database`, `Django's databases <https://docs.djangoproject.com/en/1.6/ref/databases/>`_ .. seealso:: :ref:`production-database`, `Django's databases <https://docs.djangoproject.com/en/1.7/ref/databases/>`_
Creating database in PostgreSQL Creating database in PostgreSQL
+++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++
...@@ -253,7 +253,7 @@ options: ...@@ -253,7 +253,7 @@ options:
List of site administrators to receive notifications when something goes List of site administrators to receive notifications when something goes
wrong, for example notifications on failed merge or Django errors. wrong, for example notifications on failed merge or Django errors.
.. seealso:: https://docs.djangoproject.com/en/1.6/ref/settings/#admins .. seealso:: https://docs.djangoproject.com/en/1.7/ref/settings/#admins
``ALLOWED_HOSTS`` ``ALLOWED_HOSTS``
...@@ -274,8 +274,8 @@ options: ...@@ -274,8 +274,8 @@ options:
.. seealso:: .. seealso::
:ref:`database-setup` :ref:`database-setup`
https://docs.djangoproject.com/en/1.6/ref/settings/#databases, https://docs.djangoproject.com/en/1.7/ref/settings/#databases,
https://docs.djangoproject.com/en/1.6/ref/databases/ https://docs.djangoproject.com/en/1.7/ref/databases/
``DEBUG`` ``DEBUG``
...@@ -286,7 +286,7 @@ options: ...@@ -286,7 +286,7 @@ options:
Debug mode also slows down Weblate as Django stores much more information Debug mode also slows down Weblate as Django stores much more information
internally in this case. internally in this case.
.. seealso:: https://docs.djangoproject.com/en/1.6/ref/settings/#debug .. seealso:: https://docs.djangoproject.com/en/1.7/ref/settings/#debug
``DEFAULT_FROM_EMAIL`` ``DEFAULT_FROM_EMAIL``
...@@ -414,7 +414,7 @@ environment), for example setup for MySQL: ...@@ -414,7 +414,7 @@ environment), for example setup for MySQL:
} }
} }
.. seealso:: :ref:`installation`, `Django's databases <https://docs.djangoproject.com/en/1.6/ref/databases/>`_ .. seealso:: :ref:`installation`, `Django's databases <https://docs.djangoproject.com/en/1.7/ref/databases/>`_
.. _production-cache: .. _production-cache:
...@@ -433,7 +433,7 @@ variable, for example: ...@@ -433,7 +433,7 @@ variable, for example:
} }
} }
.. seealso:: :ref:`production-cache-avatar`, `Django’s cache framework <https://docs.djangoproject.com/en/1.6/topics/cache/>`_ .. seealso:: :ref:`production-cache-avatar`, `Django’s cache framework <https://docs.djangoproject.com/en/1.7/topics/cache/>`_
.. _production-cache-avatar: .. _production-cache-avatar:
...@@ -460,7 +460,7 @@ recommended to use separate, file backed cache for this purpose: ...@@ -460,7 +460,7 @@ recommended to use separate, file backed cache for this purpose:
}, },
} }
.. seealso:: :setting:`ENABLE_AVATARS`, :ref:`production-cache`, `Django’s cache framework <https://docs.djangoproject.com/en/1.6/topics/cache/>`_ .. seealso:: :setting:`ENABLE_AVATARS`, :ref:`production-cache`, `Django’s cache framework <https://docs.djangoproject.com/en/1.7/topics/cache/>`_
.. _production-email: .. _production-email:
...@@ -481,8 +481,8 @@ have correct sender address, please configure ``SERVER_EMAIL`` and ...@@ -481,8 +481,8 @@ have correct sender address, please configure ``SERVER_EMAIL`` and
`DEFAULT_FROM_EMAIL documentation`_, `DEFAULT_FROM_EMAIL documentation`_,
`SERVER_EMAIL documentation`_ `SERVER_EMAIL documentation`_
.. _DEFAULT_FROM_EMAIL documentation: https://docs.djangoproject.com/en/1.6/ref/settings/#default-from-email .. _DEFAULT_FROM_EMAIL documentation: https://docs.djangoproject.com/en/1.7/ref/settings/#default-from-email
.. _SERVER_EMAIL documentation: https://docs.djangoproject.com/en/1.6/ref/settings/#server-email .. _SERVER_EMAIL documentation: https://docs.djangoproject.com/en/1.7/ref/settings/#server-email
.. _production-hosts: .. _production-hosts:
...@@ -591,7 +591,7 @@ configure it using following snippet: ...@@ -591,7 +591,7 @@ configure it using following snippet:
)), )),
) )
.. seealso:: `Django documentation on template loading <https://docs.djangoproject.com/en/1.6/ref/templates/api/#django.template.loaders.cached.Loader>`_ .. seealso:: `Django documentation on template loading <https://docs.djangoproject.com/en/1.7/ref/templates/api/#django.template.loaders.cached.Loader>`_
.. _server: .. _server:
...@@ -623,7 +623,7 @@ use that for following paths: ...@@ -623,7 +623,7 @@ use that for following paths:
Additionally you should setup rewrite rule to serve :file:`media/favicon.ico` Additionally you should setup rewrite rule to serve :file:`media/favicon.ico`
as :file:`favicon.ico`. as :file:`favicon.ico`.
.. seealso:: https://docs.djangoproject.com/en/1.6/howto/deployment/ .. seealso:: https://docs.djangoproject.com/en/1.7/howto/deployment/
Sample configuration for Lighttpd Sample configuration for Lighttpd
+++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++
......
...@@ -311,7 +311,7 @@ This can happen with SQLite database as it is not powerful enough for some ...@@ -311,7 +311,7 @@ This can happen with SQLite database as it is not powerful enough for some
relations used within Weblate. The only way to fix this is to use some more relations used within Weblate. The only way to fix this is to use some more
capable database, see :ref:`production-database` for more information. capable database, see :ref:`production-database` for more information.
.. seealso:: :ref:`production-database`, `Django's databases <https://docs.djangoproject.com/en/1.6/ref/databases/>`_ .. seealso:: :ref:`production-database`, `Django's databases <https://docs.djangoproject.com/en/1.7/ref/databases/>`_
Features Features
++++++++ ++++++++
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment