django-activity-stream
django-activity-stream copied to clipboard
Django Sites usage with single-site projects
Hi there! I'm considering using django-activity-stream for my project, it seems to fit perfetcly except one little hiccup — Django Sites framework requirement.
I noticed that django.contrib.sites
is only being used in a couple of feed view methods. Would it be possible to only require Sites for projects that do have multiple sites (i.e. already have Sites installed) and for simpler projects use domain information from the request?
Also for the multiple-site projects there're alternative approaches (e.g. http://niwinz.github.io/django-sites/latest/) and it would be nice to not have to use a single package but have some flexibility. Although this is not my problem currently, just a thought.
I guess that's a no then :smile:
Oops closed by mistake
Hi!
I'm also interested in this feature. @justquick, would you be open to a PR?
Thanks,
Guillaume
yes please PR any ideas