Switch CAS version to 3, with user attributes.
[fnp-django-template.git] / fabfile.py
1 from fnpdjango.deploy import *
2
3 env.project_name = '{{ project_name }}'
4 env.hosts = ['giewont.icm.edu.pl']
5 env.user = '{{ project_name }}'
6 env.app_path = '/srv/{{ project_name }}'
7 env.services = [
8     DebianGunicorn('{{ project_name }}'),
9 ]
10 env.django_root_path = 'src'
11