From f2be76e1465dc53e124a06fa89b275b90c28be60 Mon Sep 17 00:00:00 2001 From: Gust Date: Mon, 23 Mar 2015 11:14:40 -0300 Subject: [PATCH] Remove dpaste dependencies and update docs --- colab/management/initconfig.py | 2 ++ colab/settings.py | 1 - docs/source/user.rst | 19 +++++++++++++------ 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/colab/management/initconfig.py b/colab/management/initconfig.py index 300dc9a..4949c59 100644 --- a/colab/management/initconfig.py +++ b/colab/management/initconfig.py @@ -93,6 +93,8 @@ COLAB_STATICS: # Issues: 'gitlab/dashboard/issues' # Merge Requests: 'gitlab/merge_requests' # dpaste: +# dependencies: +# - 'mptt' # urls: # include: 'dpaste.urls.dpaste' # prefix: '^paste/' diff --git a/colab/settings.py b/colab/settings.py index e9cf2de..0254269 100644 --- a/colab/settings.py +++ b/colab/settings.py @@ -49,7 +49,6 @@ INSTALLED_APPS = ( 'haystack', 'hitcounter', 'i18n_model', - 'mptt', 'taggit', # Own apps diff --git a/docs/source/user.rst b/docs/source/user.rst index 80ef225..858ad46 100644 --- a/docs/source/user.rst +++ b/docs/source/user.rst @@ -27,8 +27,15 @@ Plugins Declares the upstream server url of the proxy. Only declare if the plugin is a proxy. +dependecies ++++++++++++ + + A list of the plugin dependecies that will be added to INSTALLED_APPS. + This doesn't automatically install the python dependecies, only add to django apps. + + menu -++++++++++++ +++++ .. attribute:: title @@ -44,7 +51,7 @@ menu Declares a list of the plugin dependecies. urls -++++++++++++ +++++ .. attribute:: include @@ -57,18 +64,18 @@ urls Declares the namespace for the url. context_processors -++++++++++++ +++++++++++++++++++ Declares the plugin context processors. middlewares -++++++++++++ ++++++++++++ Declares the plugin middlewares. Extra Template Folders -++++++++++++ +++++++++++++++++++++++ .. attribute:: COLAB_TEMPLATES @@ -78,7 +85,7 @@ Extra Template Folders Extra Static Folders -++++++++++++ +++++++++++++++++++++ .. attribute:: COLAB_STATIC -- libgit2 0.21.2