From 6576c13cfe9efe74f159acb43e166fb845158144 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Mon, 6 Aug 2018 14:28:46 -0300 Subject: [PATCH] =?UTF-8?q?ajusta=20namespace=20para=20resolu=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20urls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/api/base/urls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/api/base/urls.py b/sapl/api/base/urls.py index d02622941..53ef3a9fe 100644 --- a/sapl/api/base/urls.py +++ b/sapl/api/base/urls.py @@ -3,8 +3,8 @@ from sapl.api.apps import AppConfig from sapl.api.base.views import AutorListView, AutoresPossiveisListView,\ AutoresProvaveisListView - -app_name = AppConfig.name +# Não adicione app_name +# app_name = AppConfig.name urlpatterns = [