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 ce1b0d0 commit b3644e1Copy full SHA for b3644e1
README.md
@@ -8,7 +8,7 @@ Syntax](https://docs.python.org/3/library/string.html#format-string-syntax).
8
### Installation
9
10
``` sourceCode bash
11
-pip install django-dynamic-filenames
+pip install django-dynamic-filenames[slugify]
12
```
13
14
### Samples
setup.cfg
@@ -21,6 +21,10 @@ keywords =
21
django-storages
22
file
23
24
+[extras]
25
+slugify =
26
+ unicode-slugify
27
+
28
[pbr]
29
skip_authors = true
30
skip_changelog = true
0 commit comments