From 77a2c1d3f5ed40ad57a5ad55df3626f948c8ef60 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sun, 2 Nov 2025 22:54:02 +0100 Subject: [PATCH] Suppr. ligne de debug --- .gitignore | 2 ++ beesgospel/sitemaps.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f0b3b3..4572d10 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ common/local_settings.py db.sqlite3 __pycache__ +/static +/media diff --git a/beesgospel/sitemaps.py b/beesgospel/sitemaps.py index 10687e1..29246bb 100644 --- a/beesgospel/sitemaps.py +++ b/beesgospel/sitemaps.py @@ -10,5 +10,4 @@ class StaticViewSitemap(sitemaps.Sitemap): return ["home", "presentation", "contact", "agenda"] def location(self, item): - import pdb; pdb.set_trace() return reverse(item)