aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/wsgi.py')
-rw-r--r--okupy/wsgi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/okupy/wsgi.py b/okupy/wsgi.py
index de75c8f..e2c657e 100644
--- a/okupy/wsgi.py
+++ b/okupy/wsgi.py
@@ -44,6 +44,8 @@ else:
from uwsgidecorators import postfork, thread, timer
from django.utils import autoreload
+ # autodiscover SSH handlers
+ import okupy.accounts.ssh
from okupy.common.ssh import ssh_main
import Crypto.Random