Suppr. ligne de debug
This commit is contained in:
parent
6a6ef5612f
commit
77a2c1d3f5
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
common/local_settings.py
|
||||
db.sqlite3
|
||||
__pycache__
|
||||
/static
|
||||
/media
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue