Intranet app

This commit is contained in:
alazo 2018-07-29 11:38:02 +02:00
parent cf3cf1748b
commit faef1e2caa
12 changed files with 125 additions and 27 deletions

View file

@ -24,6 +24,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'tinymce',
'cms',
'intranet',
]
@ -123,5 +124,6 @@ TINYMCE_COMPRESSOR = True
PDF_FOOTER_TEXT = 'Ecole Santé-social Pierre-Coullery | Prévoyance 82 - 2300 La Chaux-de-Fonds | 032 886 33 00 | cifom-epc@rpn.ch'
LOGIN_REDIRECT_URL = '/intranet/list/'
from .local_settings import *