allo- / feedjack

Feedparser-based feed aggregation django app
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Use Django sites framework #7

Closed allo- closed 8 years ago

allo- commented 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).

allo- commented 8 years ago

done with commit https://github.com/allo-/feedjack/commit/2de5fa9cf4213230742de0d768410f5865491e93 (Get current Feedjack Site with get_current_site from django sites ).