Skip to content

Commit c199e2e

Browse files
committed
Add 'books' in INSTALLED_APPS
1 parent a8cd8c8 commit c199e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysite/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'django.contrib.messages',
3838
'django.contrib.staticfiles',
3939
'polls',
40+
'books',
4041
)
4142

4243
MIDDLEWARE_CLASSES = (

0 commit comments

Comments
 (0)