Skip to content

Commit 3348cdc

Browse files
authored
Update installation.md missing " in docs (#146)
Missing " at the end of the line for adding django_extensions to INSTALLED_APPS
1 parent 0200001 commit 3348cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hide:
3434
INSTALLED_APPS = [
3535
# other Django apps
3636
"django_tailwind_cli",
37-
"django_extensions,
37+
"django_extensions",
3838
]
3939
```
4040

0 commit comments

Comments
 (0)