Add histories application to settings file

This commit is contained in:
Rémi Oudin 2018-02-19 13:21:04 +01:00
parent 60f09bd4d3
commit 3b0fa27951
1 changed files with 1 additions and 0 deletions

View File

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