mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Black'ed
This commit is contained in:
@@ -38,14 +38,10 @@ urlpatterns = [
|
|||||||
path(
|
path(
|
||||||
"companies/<int:page>",
|
"companies/<int:page>",
|
||||||
Companies.as_view(),
|
Companies.as_view(),
|
||||||
name="companies_pagination"
|
name="companies_pagination",
|
||||||
),
|
),
|
||||||
path("scales", Scales.as_view(), name="scales"),
|
path("scales", Scales.as_view(), name="scales"),
|
||||||
path(
|
path("scales/<int:page>", Scales.as_view(), name="scales_pagination"),
|
||||||
"scales/<int:page>",
|
|
||||||
Scales.as_view(),
|
|
||||||
name="scales_pagination"
|
|
||||||
),
|
|
||||||
path(
|
path(
|
||||||
"<str:_filter>/<str:search>",
|
"<str:_filter>/<str:search>",
|
||||||
GetHomeFiltered.as_view(),
|
GetHomeFiltered.as_view(),
|
||||||
|
Reference in New Issue
Block a user