Remove gammu from path
This commit is contained in:
parent
67c7fb29e1
commit
4b1c428892
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user