Closed allo- closed 8 years ago
Couple feedjack.models.Site with django.contrib.sites.models.Site as 1:1 relation and try to simplify site selection algorithm (get_current_site should be enough).
done with commit https://github.com/allo-/feedjack/commit/2de5fa9cf4213230742de0d768410f5865491e93 (Get current Feedjack Site with get_current_site from django sites ).
Couple feedjack.models.Site with django.contrib.sites.models.Site as 1:1 relation and try to simplify site selection algorithm (get_current_site should be enough).