Commit 1326ae47fa33363eb43a6552668635b6ecf4653f
1 parent
3ab32308
Exists in
master
and in
52 other branches
Adding namespace to app.py
Showing
4 changed files
with
2 additions
and
4 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
... | ... | @@ -6,7 +6,6 @@ verbose_name = "SPB Plugin" |
6 | 6 | middlewares = ['colab_spb.middleware.ForceLangMiddleware'] |
7 | 7 | |
8 | 8 | urls = {"include": "colab_spb.urls", |
9 | - "prefix": '^spb/', | |
10 | - "namespace": "colab_spb"} | |
9 | + "prefix": '^spb/',} | |
11 | 10 | |
12 | 11 | url = colab_url_factory('colab_spb') | ... | ... |