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(
|
||||
"companies/<int:page>",
|
||||
Companies.as_view(),
|
||||
name="companies_pagination"
|
||||
name="companies_pagination",
|
||||
),
|
||||
path("scales", Scales.as_view(), name="scales"),
|
||||
path(
|
||||
"scales/<int:page>",
|
||||
Scales.as_view(),
|
||||
name="scales_pagination"
|
||||
),
|
||||
path("scales/<int:page>", Scales.as_view(), name="scales_pagination"),
|
||||
path(
|
||||
"<str:_filter>/<str:search>",
|
||||
GetHomeFiltered.as_view(),
|
||||
|
Reference in New Issue
Block a user