declare application in INSTALLED_APPS

This commit is contained in:
Serghei Mihai 2015-05-19 11:01:05 +02:00
parent 5b270afc98
commit ae2281fdf4
1 changed files with 4 additions and 0 deletions

View File

@ -18,3 +18,7 @@ class Plugin(object):
def get_after_middleware(self):
return ('authentic2.auth2_auth.auth2_ssl.middleware.SSLAuthMiddleware',)
def get_apps(self):
return ('authentic2.auth2_auth.auth2_ssl',
'authentic2_beid')