X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c061ce9de60c897addd6a9217465c434ba429e7e..6abcfa9732ddf2221e4edb0f276067c4283e8796:/src/wolnelektury/urls.py diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index 1fc60fcb0..f4bd6b251 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -47,6 +47,7 @@ urlpatterns += [ path('isbn/', include('isbn.urls')), path('messaging/', include('messaging.urls')), path('re/', include('redirects.urls')), + path('stats/', include('stats.urls')), path('paypal/app-form/', RedirectView.as_view( url='/towarzystwo/?pk_campaign=aplikacja', permanent=False)),