django-orchestra/orchestra/apps/users/settings.py

5 lines
125 B
Python
Raw Normal View History

2014-05-08 16:59:35 +00:00
from django.conf import settings
USERS_SYSTEMUSER_HOME = getattr(settings, 'USERES_SYSTEMUSER_HOME', '/home/%(username)s')