Skip to content

Commit

Permalink
Ch02: Add helloworld app to settings.
Browse files Browse the repository at this point in the history
As in Chapter 01, we need to tell our Django project (website) of the
existence of this new app (feature), so that our project will load it.
  • Loading branch information
jambonrose committed Jul 30, 2015
1 parent 846a73b commit 84b2c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suorganizer/settings.py
Expand Up @@ -39,6 +39,7 @@
'django.contrib.staticfiles',
'organizer',
'blog',
'helloworld',
)

MIDDLEWARE_CLASSES = (
Expand Down

0 comments on commit 84b2c91

Please sign in to comment.