]> gitweb.fperrin.net Git - djsite.git/blobdiff - djsite/settings.py
Use jQuery for some effects
[djsite.git] / djsite / settings.py
index f8a06058a40bfdae467122d72b49b110c328ddc6..de13f1a9b5e431a222cbc56a4d42407275b99409 100644 (file)
@@ -37,6 +37,7 @@ INSTALLED_APPS = (
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
+    'jquery',
     'tinymce',
     'quotes',
 )
@@ -97,7 +98,6 @@ USE_L10N = True
 
 USE_TZ = True
 
-
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.8/howto/static-files/
 
@@ -105,8 +105,8 @@ STATIC_URL = '/static/'
 
 TINYMCE_DEFAULT_CONFIG = {
 #    'theme_advanced_buttons1' : ['bold', 'underline', 'italic', 'separator', 'insertdate', 'inserttime'],
-    'theme_advanced_buttons1' : 'undo,redo,cut,copy,paste,|,bold,italic,underline,strikethrough,fontsizeselect,removeformat,|,bullist,numlist,|,link,unlink',
-    'theme_advanced_buttons2' : 'tablecontrols,table,row_props,cell_props,delete_col,delete_row,col_after,col_before,row_after,row_before,split_cells,merge_cells',
+    'theme_advanced_buttons1' : 'undo,redo,cut,copy,paste,|,bold,italic,removeformat,|,bullist,numlist,|,link,unlink',
+    'theme_advanced_buttons2' : '',
     'theme_advanced_buttons3' : "",
     'plugins': 'table',
 }