Commit 069a527 1 parent b6d0233 commit 069a527 Copy full SHA for 069a527
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
contain the root `toctree` directive.
5
5
6
6
Welcome to django-templated-mail documentation!
7
- ==================================
7
+ ===============================================
8
8
9
9
.. toctree ::
10
10
:maxdepth: 2
11
11
12
12
getting_started
13
+ settings
13
14
14
15
Indices and tables
15
16
==================
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You may optionally provide following settings:
9
9
' SITE_NAME' : ' Foo Website' ,
10
10
11
11
DOMAIN
12
- --------------------------
12
+ ------
13
13
14
14
Used in email template context. In most cases it is used to simplify building URLs,
15
15
when frontend and backend are hosted under different address'. If not provided
@@ -19,7 +19,7 @@ the current site's domain will be used.
19
19
**Required **: ``False ``
20
20
21
21
SITE_NAME
22
- ---------------------
22
+ ---------
23
23
24
24
Used in email template context. Usually it will contain the desired title of your
25
25
app. If not provided the current site's name will be used.
You can’t perform that action at this time.
0 commit comments