rn urls[:-1] + [
> # custom urls
> ...
> ] + urls[-1]
>
> On Tue, 19 Jan 2021 at 16:06, אורי wrote:
>
>> Hi,
>>
>> I installed Django 3.2 alpha and found out the change related to
>> *final_catch_all_view*. I use *Ad
] + urls[-1]
>
> On Tue, 19 Jan 2021 at 16:06, אורי wrote:
>
>> Hi,
>>
>> I installed Django 3.2 alpha and found out the change related to
>> *final_catch_all_view*. I use *AdminSite* in my websites and I added
>> some urlpatterns to the default urlpa
ustom urls
...
] + urls[-1]
On Tue, 19 Jan 2021 at 16:06, אורי wrote:
> Hi,
>
> I installed Django 3.2 alpha and found out the change related to
> *final_catch_all_view*. I use *AdminSite* in my websites and I added
> some urlpatterns to the default urlpatterns. However, I wa
Hi,
I installed Django 3.2 alpha and found out the change related to
*final_catch_all_view*. I use *AdminSite* in my websites and I added
some urlpatterns to the default urlpatterns. However, I want my urlpatterns
to be after Django core's urlpatterns and not before them, so if a Django