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)