Skip to content

Commit f8df0f0

Browse files
committed
Blacken INSTALLED_APPS docs
1 parent b1ee1ee commit f8df0f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Install from PIP
2020

2121
Add `django_dbq` to your installed apps
2222

23-
INSTALLED_APPS = (
24-
...
25-
'django_dbq',
26-
)
23+
```python
24+
INSTALLED_APPS = [
25+
...,
26+
"django_dbq",
27+
]
28+
```
2729

2830
Run migrations
2931

0 commit comments

Comments
 (0)