File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ Syntax](https://docs.python.org/3/library/string.html#format-string-syntax).
77
88### Installation
99
10- ``` sourceCode bash
10+ ```
1111pip install django-dynamic-filenames[slugify]
1212```
1313
1414### Samples
1515
1616Basic example:
1717
18- ``` sourceCode python
18+ ```
1919from django.db import models
2020from dynamic_names import FilePattern
2121
@@ -91,7 +91,7 @@ You can also use a special slug type specifier, that slugifies strings.
9191
9292Example:
9393
94- ``` sourceCode python
94+ ```
9595from django.db import models
9696from dynamic_names import FilePattern
9797
Original file line number Diff line number Diff line change @@ -3,15 +3,19 @@ name = django-dynamic-filenames
33author = Johannes Hoppe
44author-email = info@johanneshoppe.com
55summary = Write advanced filename patterns using the Format String Syntax.
6- description-file = README.md
7- description-content-type = text/markdown; charset=UTF-8
6+ long-description = file: README.md
7+ long_description_content_type = text/markdown
88home-page = https://github.com/codingjoe/django-dynamic-filenames
9- license = MIT
9+ project_urls =
10+ Bug Tracker = https://github.com/codingjoe/django-dynamic-filenames
11+ Documentation = https://www.johanneshoppe.com/django-dynamic-filenames/
12+ Source Code = https://github.com/codingjoe/django-dynamic-filenames
13+ license = MIT License
1014classifier =
1115 Development Status :: 5 - Production/Stable
1216 Environment :: Web Environment
1317 Intended Audience :: Developers
14- License :: OSI Approved :: MIT License±
18+ License :: OSI Approved :: MIT License
1519 Operating System :: OS Independent
1620 Programming Language :: Python
1721 Programming Language :: Python :: 3
You can’t perform that action at this time.
0 commit comments