django-fluent-pages icon indicating copy to clipboard operation
django-fluent-pages copied to clipboard

Add support for multi sites

Open vdboor opened this issue 12 years ago • 3 comments

I'd love to have support for managing multiple sites in the same system; view all sites at once, or browse per site.

vdboor avatar Feb 27 '13 10:02 vdboor

in the works in git master!

vdboor avatar Apr 03 '14 15:04 vdboor

Any accompanying docs for this feature? :)

mrmachine avatar Apr 03 '14 21:04 mrmachine

Docs are not yet ready, something I definitely want to see completed before a release happens.

This week I'm testing the new code on another client website, see what else is needed. Right now the admin only filters on the SITE_ID. When you run the project with different setting files and SITE_ID (or use django-multisite) you should get different contents.

Both django-fluent-pages, django-fluent-contents and django-fluent-blogs have been updated for this.You'll need the git master for both 3 (and django-parler git master therefore)

Editing multiple sites from the same admin is currently not included, but something I'd love to see in the future as well.

vdboor avatar Apr 04 '14 08:04 vdboor