1 from fnpdjango.deploy import *
4 env.project_name = 'wolnelektury'
9 env.hosts = ['giewont.icm.edu.pl']
11 env.app_path = '/srv/wolnelektury.pl'
13 DebianGunicorn('wolnelektury'),
14 Supervisord('celery.wolnelektury:'),
20 env.hosts = ['san.nowoczesnapolska.org.pl:2223']
22 env.app_path = '/home/staging/wolnelektury.pl'
24 DebianGunicorn('wolnelektury'),