mirror of
https://github.com/pretix/pretix.git
synced 2026-08-05 09:57:49 +00:00
* Name the default URL If metrics collection is enabled, the index page of the site will fail to load: without a name, the metrics middleware throws a TypeError. * Test for names on all URLs This test passes if all URLs have names. Without names, URLs will cause the optional metrics middleware to throw a TypeError.