We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3deb34d commit 24b0093Copy full SHA for 24b0093
README.rst
@@ -87,10 +87,10 @@ Define the following django setting:
87
88
::
89
90
-PAPERCLIP_ENABLE_VIDEO = False,
91
-PAPERCLIP_FILETYPE_MODEL = 'myapp.FileType'
92
-PAPERCLIP_ATTACHMENT_MODEL = 'myapp.Attachment'
93
-PAPERCLIP_ACTION_HISTORY_ENABLED = True
+ PAPERCLIP_ENABLE_VIDEO = False,
+ PAPERCLIP_FILETYPE_MODEL = 'myapp.FileType'
+ PAPERCLIP_ATTACHMENT_MODEL = 'myapp.Attachment'
+ PAPERCLIP_ACTION_HISTORY_ENABLED = True
94
95
* Make migration and migrate
96
0 commit comments