author | durandn |
Tue, 06 Oct 2015 16:40:59 +0200 | |
changeset 172 | fc6cb4ccffc4 |
parent 142 | 8d5035e5adaf |
permissions | -rw-r--r-- |
123 | 1 |
from django.apps import AppConfig |
2 |
||
3 |
class RemieAppConfig(AppConfig): |
|
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 | 6 |
''' |
7 |
||
8 |
name = 'remie' |
|
9 |
verbose_name = 'REMIE' |
|
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 |