Skip to content

Commit f53b475

Browse files
committed
Add django.contrib.messages to INSTALLED_APPS of example
1 parent c970ec8 commit f53b475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/testapp/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'django.contrib.sessions',
5656
'django.contrib.admin',
5757
'django.contrib.staticfiles',
58+
'django.contrib.messages',
5859
'adminsortable2',
5960
'testapp',
6061
]

0 commit comments

Comments
 (0)