UPD: added dav_registration to quickdev installation.
This commit is contained in:
2
setup.py
2
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,
|
||||
|
||||
Reference in New Issue
Block a user