Commit a938bb6a authored by Michal Čihař's avatar Michal Čihař

Create settings file

parent 09a810ff
...@@ -12,5 +12,6 @@ before_install: ...@@ -12,5 +12,6 @@ before_install:
# command to install dependencies # command to install dependencies
install: install:
- pip install --use-mirrors -q Django==$DJANGO_VERSION - pip install --use-mirrors -q Django==$DJANGO_VERSION
- cp weblate/settings_example.py weblate/settings.py
# command to run tests # command to run tests
script: ./manage.py validate script: ./manage.py validate
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