added some debug checking in gunicorn generate
modified: modules/django.py
This commit is contained in:
parent
f1a4da7553
commit
23da1736ee
1 changed files with 3 additions and 0 deletions
|
|
@ -460,6 +460,9 @@ def generate_gunicorn(make_link=True):
|
||||||
|
|
||||||
logger.debug('files_path\t: %s' % files_path)
|
logger.debug('files_path\t: %s' % files_path)
|
||||||
|
|
||||||
|
logger.debug('files config src: %s' %
|
||||||
|
configuration.templates.gunicorn.conf.src)
|
||||||
|
|
||||||
logger.debug('\n%s' % print_run(msg_link_gunicorn))
|
logger.debug('\n%s' % print_run(msg_link_gunicorn))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue