I am thinking of integrating OSQA into my django project for q&a functionality. Now I already have a signup system in place in my django project and a user base. My question is when a logged-in user clicks on the 'q&a/osqa' link on the main page, will it detect the logged in user of my django project or will it prompt to create another redundant account to use this osqa forum? Please help someone. Thanks.

asked 17 Nov '11, 06:59

n_zee's gravatar image

n_zee
1113
accept rate: 0%

edited 17 Nov '11, 07:00

rickross's gravatar image

rickross ♦♦
12.5k2814972


@n_zee, that sounds like a simple question, but the answer is not probably as simple. In short, OSQA is a Django app, but it is not really designed or intended to plug and play interactively with other Django apps. Your existing Django users will be present, but OSQA requires additional user information about each of them that will most likely NOT be present.

At some point in the future we may focus more on getting OSQA to integrate with other Django apps, but at present it is not really what we're trying to do. We have no opposition to integrating, but we just aren't really aiming for it.

link

answered 17 Nov '11, 07:04

rickross's gravatar image

rickross ♦♦
12.5k2814972
accept rate: 46%

@rickross, thanks. Is there any solution? What do you think I can do? I am having a city portal site and there are already several users. I want them to goto this new q&a section and use d service using thr ids. Can they atleast link it with their django project user account. Any tip or suggestion will be of great help. Thanks.

(17 Nov '11, 08:27) n_zee

We discussed it on the team this morning, and we are considering whether to make a solution. It would probably be a DZone private module, but if we create it perhaps you would like to be a tester?

(17 Nov '11, 08:30) rickross ♦♦

Ya I would definitely like to try it out. What u mean by dzone private module? will I be able to use it in my project? and when you guys planning to do it. Thanks.

(17 Nov '11, 08:48) n_zee

@n_zee, DZone doesn't release everything we produce as part of the open source side of OSQA. Some of our OSQA extensions are only available to DZone clients.

(17 Nov '11, 10:44) rickross ♦♦

@rickross, okay. Let me know when you guys have a solution. Thanks.

(17 Nov '11, 12:44) n_zee
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×45
×43
×18
×14

Asked: 17 Nov '11, 06:59

Seen: 429 times

Last updated: 17 Nov '11, 12:44

powered by OSQA