server/src/remie/apps.py
author durandn
Tue, 06 Oct 2015 16:40:59 +0200
changeset 172 fc6cb4ccffc4
parent 142 8d5035e5adaf
permissions -rw-r--r--
Updated mdplayer with corrections to oaubert changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
123
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     1
from django.apps import AppConfig
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     2
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     3
class RemieAppConfig(AppConfig):
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     4
    '''
124
8b742651d655 Correct monkeypatching + create new version to test on live server
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
     5
    App config to monkey patch
123
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     6
    '''
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     7
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     8
    name = 'remie'
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
     9
    verbose_name = 'REMIE'
681b48b19e3f test monkeypatching for django_cas_ng
durandn
parents:
diff changeset
    10
124
8b742651d655 Correct monkeypatching + create new version to test on live server
ymh <ymh.work@gmail.com>
parents: 123
diff changeset
    11
    def ready(self):
142
8d5035e5adaf change the way the user is created after a cas login
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
    12
        import remie.signals