Seperated some config settings from code.
This commit is contained in:
@@ -78,6 +78,11 @@ class AdminCommand(object):
|
||||
with open(output_file, 'w') as f:
|
||||
f.write(pkg_resources.resource_string(__package__, input_file))
|
||||
|
||||
input_file = os.path.join('Resources', 'django.main.settings-dav_events.py')
|
||||
output_file = os.path.join(django_project_path, django_project_name, 'settings-dav_events.py')
|
||||
with open(output_file, 'w') as f:
|
||||
f.write(pkg_resources.resource_string(__package__, input_file))
|
||||
|
||||
return posix.EX_OK
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user