2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 08:07:07 +00:00

preparing for django 1.8

This commit is contained in:
Philip Sargent
2020-06-16 11:14:10 +01:00
parent 453af2851b
commit 4c44a504ed
3 changed files with 11 additions and 11 deletions

View File

@@ -45,4 +45,7 @@ def _resolves(url):
resolve(url)
return True
except http.Http404:
return False
return False
except:
print(url)
raise