Commit 4b1c4288 authored by Michal Čihař's avatar Michal Čihař

Remove gammu from path

parent 67c7fb29
......@@ -24,13 +24,13 @@ HOSTNAME = gethostname()
if HOSTNAME == 'rincewind':
WEB_ROOT = '/home/mcihar/private/weblate/'
elif HOSTNAME == 'raptor':
WEB_ROOT = '/home/nijel/work/gammu/weblate/'
WEB_ROOT = '/home/nijel/work/weblate/'
elif HOSTNAME == 'nutt':
WEB_ROOT = '/home/nijel/gammu/weblate/'
WEB_ROOT = '/home/nijel/weblate/'
elif HOSTNAME == 'web':
WEB_ROOT = '/var/lib/django/weblate/'
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:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment