1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00
This commit is contained in:
Jean-Baptiste Holcroft 2018-10-15 21:51:26 +02:00
parent 131f742886
commit 1decda965f
2 changed files with 3 additions and 0 deletions

View file

@ -56,6 +56,7 @@ BASE_DIR = '__FINALPATH__'
# Data directory
DATA_DIR = os.path.join(BASE_DIR, 'data')
TTF_PATH = '/usr/share/fonts-droid-fallback/truetype/'
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name

View file

@ -198,6 +198,8 @@ virtualenv "${final_path}/venv"
pip install pytz python-bidi PyYaML Babel pyuca pylibravatar pydns psycopg2-binary python-memcached phply
# specific to YunoHost package:
pip install django_sendmail_backend
# fix https://github.com/WeblateOrg/weblate/issues/2294
pip install backports.csv
)
#=================================================