diff --git a/modules/django.py b/modules/django.py index d1a4f04..c144185 100644 --- a/modules/django.py +++ b/modules/django.py @@ -645,6 +645,11 @@ def edit(param='help'): django_path=django_path, project_branch=project_branch) + settings_generated_path = "{django_path}/_settings/" \ + "{project_branch}_generated.py".format( + django_path=django_path, + project_branch=project_branch) + file_debug_handler = configuration.logging.django.handlers.file_debug # locations = ['gunicorn', 'gunicorn_link', 'gunicorn_build', @@ -680,6 +685,11 @@ def edit(param='help'): 'desc': 'local settings file for django project', }, + 'generated': { + 'path': settings_generated_path, + 'desc': 'generated settings file for django project', + }, + 'server_log': { 'path': file_debug_handler.path.server, 'desc': 'django server log - handler name: %s' %