django-sitesutils 0.1.2

django-sitesutils is a Django app that allows you to access current site, using request.site everywhere you can access request object.Current site is detected using host domain from request object and SITE_ID project setting as a fallback. If site is...