First time here? Check out the FAQ!
2

Running multiple Askbot sites on the same database
 

Hi, I want to run multiple Askbot sites (because of multiple languages, so I can keep the questions in different languages separated), using one Askbot installation and one database.

Using the same Askbot installation is obviously going to work, but what about the same database?

I wanted to use the same database so all the sites share the same users (who are coming from another site, not Askbot). But I think this is not going to work because all the questions will be mixed together, coming from the same database table.

What do you suggest?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
siovene's avatar
431
siovene
asked 12 years ago

Comments

I've thought about adding OpenID provider capabilities to my main Django site (not Askbot), but somehow it looks like there isn't anything that's ready made and good enough. :( That would definitely solve my problem, I guess.

siovene's avatar siovene (12 years ago)

Oh it seems I'm getting thins working with django_openid_provider!

siovene's avatar siovene (12 years ago)
see more comments

2 Answers

1

The proper solution would be:

  1. Set up django_openid_provider on the main website that already has all the users
  2. On my Askbot form, add an openid provider for the aforementioned service
  3. Install many Askbot sites using the same installation
  4. Celebrate success! :)

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
siovene's avatar
431
siovene
answered 12 years ago
link

Comments

see more comments
0

can config the website to support selecting language solve the problem?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Andy's avatar
120
Andy
answered 9 years ago
link

Comments

see more comments