settings: include app

This commit is contained in:
Frédéric Péters 2016-05-12 15:05:49 +02:00
parent 4648db06ed
commit c32be43879
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'pfwb_thesaurus.thesaurus',
)
MIDDLEWARE_CLASSES = (