From: Radek Czajka Date: Tue, 26 Sep 2023 12:38:35 +0000 (+0200) Subject: Disable ISBN generation. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/f8e9dec8c109a74eed190b03655ef6b3b8bcbfdc Disable ISBN generation. --- diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index ab3ebe830..afee7f1f9 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -46,7 +46,6 @@ urlpatterns += [ path('mapa/', include('references.urls')), path('newsletter/', include('newsletter.urls')), path('formularz/', include('forms_builder.forms.urls')), - path('isbn/', include('isbn.urls')), path('messaging/', include('messaging.urls')), path('re/', include('redirects.urls')), path('stats/', include('stats.urls')),