Commit 87a7477f authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 2ca50f6d 7fd3994b
......@@ -39,6 +39,13 @@ JENKINS_TASKS = (
'django_jenkins.tasks.django_tests',
)
PROJECT_APPS = (
'trans',
'lang',
'accounts',
'weblate',
)
CSSLINT_CHECKED_FILES = (
os.path.join(WEB_ROOT, 'media/style.css'),
)
......@@ -47,11 +54,4 @@ JSHINT_CHECKED_FILES = (
os.path.join(WEB_ROOT, 'media/loader.js'),
)
PROJECT_APPS = (
'trans',
'lang',
'accounts',
'weblate',
)
PYLINT_RCFILE = os.path.join(WEB_ROOT, '..', 'pylint.rc')
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