Skip to content

Commit 24b0093

Browse files
author
Gaël UTARD
committed
Fix RST syntax of README
1 parent 3deb34d commit 24b0093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ Define the following django setting:
8787

8888
::
8989

90-
PAPERCLIP_ENABLE_VIDEO = False,
91-
PAPERCLIP_FILETYPE_MODEL = 'myapp.FileType'
92-
PAPERCLIP_ATTACHMENT_MODEL = 'myapp.Attachment'
93-
PAPERCLIP_ACTION_HISTORY_ENABLED = True
90+
PAPERCLIP_ENABLE_VIDEO = False,
91+
PAPERCLIP_FILETYPE_MODEL = 'myapp.FileType'
92+
PAPERCLIP_ATTACHMENT_MODEL = 'myapp.Attachment'
93+
PAPERCLIP_ACTION_HISTORY_ENABLED = True
9494

9595
* Make migration and migrate
9696

0 commit comments

Comments
 (0)