Add intranet app

This commit is contained in:
Claude Paroz 2018-08-16 10:50:00 +02:00
parent c96bd0d0db
commit 9773957baf
11 changed files with 167 additions and 1 deletions

View file

@ -24,6 +24,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'tinymce',
'cms',
'intranet',
]