Fixed #71 -- Consistent building of absolute URIs

This commit is contained in:
Raphael Michel
2015-06-16 23:04:10 +02:00
parent ed8b983f19
commit 7f6e89213f
6 changed files with 18 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
from django.conf import settings
def build_absolute_uri(url):
return settings.SITE_URL + url