Skip to content

Commit 5a5ce5b

Browse files
committed
Merge pull request #30 from arnaudlimbourg/patch-1
Fix missing quotes around INSTALLED_APPS
2 parents 197c165 + 13c71db commit 5a5ce5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Register django_fsm_log in your list of Django applications:
3030
```python
3131
INSTALLED_APPS = (
3232
...,
33-
django_fsm_log,
33+
'django_fsm_log',
3434
...,
3535
)
3636
```

0 commit comments

Comments
 (0)