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).
7
7
8
8
### Installation
9
9
10
- ``` sourceCode bash
10
+ ```
11
11
pip install django-dynamic-filenames[slugify]
12
12
```
13
13
14
14
### Samples
15
15
16
16
Basic example:
17
17
18
- ``` sourceCode python
18
+ ```
19
19
from django.db import models
20
20
from dynamic_names import FilePattern
21
21
@@ -91,7 +91,7 @@ You can also use a special slug type specifier, that slugifies strings.
91
91
92
92
Example:
93
93
94
- ``` sourceCode python
94
+ ```
95
95
from django.db import models
96
96
from dynamic_names import FilePattern
97
97
Original file line number Diff line number Diff line change @@ -3,15 +3,19 @@ name = django-dynamic-filenames
3
3
author = Johannes Hoppe
4
4
author-email = info@johanneshoppe.com
5
5
summary = 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
8
8
home-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
10
14
classifier =
11
15
Development Status :: 5 - Production/Stable
12
16
Environment :: Web Environment
13
17
Intended Audience :: Developers
14
- License :: OSI Approved :: MIT License±
18
+ License :: OSI Approved :: MIT License
15
19
Operating System :: OS Independent
16
20
Programming Language :: Python
17
21
Programming Language :: Python :: 3
You can’t perform that action at this time.
0 commit comments