Move govplan admin to different namespace
This commit is contained in:
parent
0987ffc769
commit
53e082de06
3 changed files with 6 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from django.urls import path
|
||||
from django.utils.translation import pgettext_lazy
|
||||
|
||||
from .admin import govplan_admin_site
|
||||
from .views import (
|
||||
GovPlanDetailOGView,
|
||||
GovPlanDetailView,
|
||||
|
|
@ -12,7 +11,6 @@ from .views import (
|
|||
app_name = "govplan"
|
||||
|
||||
urlpatterns = [
|
||||
path("admin/", govplan_admin_site.urls),
|
||||
path("search/", search, name="search"),
|
||||
path(
|
||||
pgettext_lazy("url part", "<slug:gov>/plan/<slug:plan>/"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue