]> git.parisson.com Git - mezzo.git/commitdiff
Fix tinymce_setup.js path, remove STATICFILES_DIRS, update modules
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 10 Jul 2018 14:22:49 +0000 (16:22 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 10 Jul 2018 14:23:21 +0000 (16:23 +0200)
app/settings.py
bin
lib/mezzanine-organization
lib/mezzanine-organization-themes

index 0e0eae79d92de01e1cd246a94e0719240aeb4827..e2e3fc3b08bb419633d3779d02da12e9cac7bcd9 100644 (file)
@@ -179,10 +179,6 @@ STATIC_URL = "/static/"
 # STATIC_ROOT = os.path.join(PROJECT_ROOT, STATIC_URL.strip("/"))
 STATIC_ROOT = '/srv/static/'
 
-STATICFILES_DIRS = [
-    '/srv/lib/mezzanine-organization/organization/static'
-]
-
 # URL that handles the media served from MEDIA_ROOT. Make sure to use a
 # trailing slash.
 # Examples: "http://media.lawrence.com/media/", "http://example.com/media/"
@@ -458,7 +454,7 @@ FILEBROWSER_SELECT_FORMATS = {
 GRAPPELLI_INSTALLED = True
 # JQUERY_FILENAME = 'jquery-3.1.0.min.js'
 JQUERY_UI_FILENAME = 'jquery-ui-1.9.2.min.js'
-TINYMCE_SETUP_JS = "/static/js/tinymce_setup.js"
+TINYMCE_SETUP_JS = "js/tinymce_setup.js"
 
 ADMIN_MENU_ORDER = (
     (_('Pages'), ('pages.Page', 'organization-pages.Home',
diff --git a/bin b/bin
index a9128f09ae8c3c88afa533e330ed4005eb6bb22f..febb3a07c475c2280199d8040902effcf7eb473d 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit a9128f09ae8c3c88afa533e330ed4005eb6bb22f
+Subproject commit febb3a07c475c2280199d8040902effcf7eb473d
index 3a9b2c84c5141805fc3b052061e768d708626aa4..4de86c7e69001a16efb8d7bd88719d358b9fb247 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 3a9b2c84c5141805fc3b052061e768d708626aa4
+Subproject commit 4de86c7e69001a16efb8d7bd88719d358b9fb247
index c89b4de4b1fab344abdf7c4cb89680f8b79675b0..b549942259c15cfa1f7fe8bad1a995ce6837ef0c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit c89b4de4b1fab344abdf7c4cb89680f8b79675b0
+Subproject commit b549942259c15cfa1f7fe8bad1a995ce6837ef0c