5 lines
125 B
Python
5 lines
125 B
Python
from django.conf import settings
|
|
|
|
|
|
USERS_SYSTEMUSER_HOME = getattr(settings, 'USERES_SYSTEMUSER_HOME', '/home/%(username)s')
|