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:
@@ -45,4 +45,7 @@ def _resolves(url):
|
||||
resolve(url)
|
||||
return True
|
||||
except http.Http404:
|
||||
return False
|
||||
return False
|
||||
except:
|
||||
print(url)
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user