Use `profiles` as an installed application in pinocchio

This commit is contained in:
Théophile Bastian 2018-01-24 22:49:08 +01:00
parent cbf1911fe7
commit e9b3127226
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'profiles',
]
MIDDLEWARE = [