From 17273016499c3c787a54a9a88ff9a41ff98da107 Mon Sep 17 00:00:00 2001 From: Jens Kleineheismann Date: Thu, 21 Mar 2019 17:57:21 +0100 Subject: [PATCH] UPD: added dav_registration to quickdev installation. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04e116c..2e4222c 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ class QuickSetup(MyCommand): os.system(cmd) sys.stdout.write('Enable modules...\n') - modules = ['dav_auth', 'dav_events'] + modules = ['dav_auth', 'dav_events', 'dav_registration'] for m in modules: cmd = '{bin} {mgmt} enable_module {module}'.format(bin=python_bin, mgmt=mgmt_script,