Remove gammu from path

This commit is contained in:
Michal Čihař 2012-02-27 11:22:33 +01:00
parent 67c7fb29e1
commit 4b1c428892

View File

@ -24,13 +24,13 @@ HOSTNAME = gethostname()
if HOSTNAME == 'rincewind': if HOSTNAME == 'rincewind':
WEB_ROOT = '/home/mcihar/private/weblate/' WEB_ROOT = '/home/mcihar/private/weblate/'
elif HOSTNAME == 'raptor': elif HOSTNAME == 'raptor':
WEB_ROOT = '/home/nijel/work/gammu/weblate/' WEB_ROOT = '/home/nijel/work/weblate/'
elif HOSTNAME == 'nutt': elif HOSTNAME == 'nutt':
WEB_ROOT = '/home/nijel/gammu/weblate/' WEB_ROOT = '/home/nijel/weblate/'
elif HOSTNAME == 'web': elif HOSTNAME == 'web':
WEB_ROOT = '/var/lib/django/weblate/' WEB_ROOT = '/var/lib/django/weblate/'
else: else:
WEB_ROOT = '/home/nijel/work/gammu/weblate/' WEB_ROOT = '/home/nijel/work/weblate/'
# Local time zone for this installation. Choices can be found here: # Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name