Commit 3882043e35c2f69a13c877e57a88a708c4691ec7
1 parent
e9eb700d
Exists in
removing_namespace
Adding Namepsace to apps.py
Showing
4 changed files
with
4 additions
and
6 deletions
Show diff stats
src/colab-spb-plugin/src/colab_spb/apps.py
src/colab-spb-plugin/tests/plugins.d/gitlab.py
src/colab-spb-plugin/tests/plugins.d/noosfero.py
src/colab-spb-plugin/tests/plugins.d/spb.py
| 1 | -from django.utils.translation import ugettext_lazy as _ | |
| 2 | -from colab.plugins.utils.menu import colab_url_factory | |
| 3 | - | |
| 1 | +from django.utils.translation import ugettext_lazy as _ | |
| 2 | +from colab.plugins.utils.menu import colab_url_factory | |
| 3 | + | |
| 4 | 4 | name = "colab_spb" |
| 5 | 5 | verbose_name = "SPB Plugin" |
| 6 | 6 | |
| ... | ... | @@ -9,7 +9,6 @@ middlewares = ['colab_spb.middleware.ForceLangMiddleware'] |
| 9 | 9 | urls = { |
| 10 | 10 | "include":"colab_spb.urls", |
| 11 | 11 | "prefix": '^spb/', |
| 12 | - "namespace":"colab_spb" | |
| 13 | 12 | } |
| 14 | 13 | |
| 15 | 14 | url = colab_url_factory('colab_spb') | ... | ... |