From: Guillaume Pellerin Date: Wed, 29 Jun 2016 13:57:24 +0000 (+0200) Subject: add first bower packages X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=737f8663e4ec5306a614139c40dec050a5e8f13f;p=mezzo.git add first bower packages --- diff --git a/app/settings.py b/app/settings.py index 6408c00b..64e2e330 100644 --- a/app/settings.py +++ b/app/settings.py @@ -226,6 +226,14 @@ INSTALLED_APPS = [ "organization", ] + +BOWER_COMPONENTS_ROOT = '/srv/bower/' +BOWER_PATH = '/usr/local/bin/bower' +BOWER_INSTALLED_APPS = ( + 'jquery#2.2.4', + 'font-awesome#4.4.0', +) + # Add Migration Module path see : https://github.com/stephenmcd/mezzanine/blob/master/docs/model-customization.rst#field-injection-caveats MIGRATION_MODULES = { "blog": "migrations.blog",