weblate/appliance/post_build
Michal Čihař 82be30eaa5 Closer to production setup
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-16 16:26:33 +01:00

5 lines
341 B
Text
Executable file
Vendored

# Edit Weblate settings
sed -i "s/ALLOWED_HOSTS.*/ALLOWED_HOSTS = ['*']/" /etc/weblate/settings.py
sed -i "s/DEBUG =.*/DEBUG = False/" /etc/weblate/settings.py
sed -i "s/'ENGINE': '.*/'ENGINE': 'django.db.backends.postgresql_psycopg2',/" /etc/weblate/settings.py
sed -i "s/'NAME': 'weblate.db',/'NAME': 'weblate',/" /etc/weblate/settings.py