From 45efa80cf89b1b3565974e0d164688e7facf1f5e Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 19 Feb 2018 21:01:20 +0100 Subject: [PATCH] more --- docs/index.rst | 8 ++++---- examples/simple/settings/alternative_labels.py | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e695b3c4..0ddd3c4a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2199,10 +2199,10 @@ be done very easily by introducing of a custom locale path in your project. See the following as a good example of overriding some English labels. -`custom settings -`__ -`custom locales directory -`__ +- `custom settings + `__ +- `custom locales directory + `__ Run the example project as follows: diff --git a/examples/simple/settings/alternative_labels.py b/examples/simple/settings/alternative_labels.py index 296a29c3..756b01c4 100644 --- a/examples/simple/settings/alternative_labels.py +++ b/examples/simple/settings/alternative_labels.py @@ -3,6 +3,5 @@ from .base import * LOCALE_PATHS = [ os.path.abspath(os.path.join(BASE_DIR, 'fobi_locale')), - # os.path.abspath(os.path.join(BASE_DIR, 'locale')), + os.path.abspath(os.path.join(BASE_DIR, 'locale')), ] -# import ipdb; ipdb.set_trace()