multi-user configuration

0 views
Skip to first unread message

aviv

unread,
Nov 29, 2009, 6:28:06 AM11/29/09
to byteflow-users
Does byteflow support multi-user install? I mean something like
WordPress MU (http://mu.wordpress.org/) - where a single install can
support many blogs.

I looked at the code, it supports multiple sites (through Django site
framework) and users, but in the models i didn't see any "Blog" model,
only Posts that are linked to a site and an author.

Question is, how close is the sites config to what i'm trying to
achieve?

Alexander Solovyov

unread,
Nov 29, 2009, 6:36:44 AM11/29/09
to byteflo...@googlegroups.com
I'd say it's pretty close, except that there is no way of limiting users
to post only at certain sites... Although it's possible to add this
through monkey-patching Site model (similarly to how fields are added to
User model) and some admin customization trickery (look at blog.admin
and lib.libadmin).

--
Alexander
Reply all
Reply to author
Forward
0 new messages