Questions tagged [osqa]

OSQA (Open Source Question and Answer) is an open source question-answer system written in Python with Django. The data layer relies on MySQL, PostgreSQL, Microsoft SQL Server or SQLite. OSQA is licensed under GPL version 3 or later.

OSQA is based on CNProg and uses Django.

Homepage: http://www.osqa.net/

63 questions
1
vote
1 answer

OSQA apache memory footprint

I have an OSQA (python / django q&a application) installation serving 8 different sites. The sites are all in development, receiving minimal traffic. The server is a virtual private server with 512 mb of ram. Apache is only serving dynamic pages…
onurmatik
  • 5,105
  • 7
  • 42
  • 67
1
vote
0 answers

How can I stop OSQA spammers?

I host a OSQA website on AWS EC2. Recently, I keep getting a lot of spammers (7000+) signing up and posting stupid poker-related questions. Here is a screenshot. My questions are: how did they do that? how can I stop/prevent those spammers?
SparkAndShine
  • 17,001
  • 22
  • 90
  • 134
1
vote
1 answer

Bad Request (400) while hosting osqa to AWS EC2

I host osqa to AWS EC2 Ubuntu. While accessing my website, encouter Bad Request (400) Bad Request (400) I check the log info. There is nothing in /var/log/apache2/osqa.error.log and /var/log/apache2/osqa.access.log is as follows: 84.97.200.240 -…
SparkAndShine
  • 17,001
  • 22
  • 90
  • 134
1
vote
0 answers

How to integrate Python-social-auth to osqa

I would like to integrate Python-social-auth to OSQA. Do you have any idea or any suggestion to do that? Thank you so much.
Thinh Phan
  • 655
  • 1
  • 14
  • 27
1
vote
1 answer

How can I deploy OSQA to heroku

I have a problem when I deploy OSQA to heroku. Firstly, I clone OSQA source code from https://github.com/dzone/osqa And I do some steps like the tutorial in https://github.com/joshfinnie/OSQA-Heroku Finally, when I access to my website, I get the…
Thinh Phan
  • 655
  • 1
  • 14
  • 27
1
vote
0 answers

Install ldap module with OSQA bitnami

I am a beginner in Python, Django and OSQA I installed OSQA (it works fine) with bitnami distribution on my computer (windows XP) http://bitnami.com/stack/osqa I installed python-ldap (I can do import ldap) with …
Corinne Kubler
  • 2,072
  • 5
  • 22
  • 34
1
vote
0 answers

Configuring static files in OSQA development environment

I am using virtual machine with Ubuntu and Bitnami OSQA stack. It works fine. But if I try to debug it under PyCharm it doesn't. Static files become inaccessible, e.g. /osqa/m/default/media/style/style.css Error 404. As I understand, static files…
Mikhail M
  • 929
  • 2
  • 10
  • 23
1
vote
2 answers

Restoring OSQA database to initial state

I installed OSQA using the bitnami installer and everything worked fine. Now, I am hacking at the osqa code base. If I need to restore the database to its initial state, do i need to reinstall OSQA or is there any command to truncate the database…
Tapan Nallan
  • 1,762
  • 3
  • 17
  • 37
1
vote
0 answers

grails app acting as own openid provider

I am using Grails 2.1.1 with Spring Security and there is a link from my app to another site on the same server as my grails app, where I am using osqa (http://www.osqa.net). I want, that users can register in my grails app normally with spring…
dildik
  • 405
  • 6
  • 16
1
vote
0 answers

Q&A script in Python like OSQA

Does anyone have some urls on a question & answer script in Python that is still alive and maintened. OSQA seems dead. I heard about a clone of Quora-Python but it is dead too. Any help would be appreciate.
kollo
  • 1,285
  • 3
  • 20
  • 33
1
vote
0 answers

OSQA on Centos 6.3 64bit with Nginx + Sqlite3

I tried to install OSQA on my server with Centos 6.3 and Nginx. I use vhosts to park 3 domain to this server. I tried to following this guide to install OSQA:…
PhamThang
  • 73
  • 2
  • 11
1
vote
1 answer

How to setup multiple OSQA instances on a Windows server accessible through IIS?

On my Windows server, I will be hosting a few unrelated websites that I would like to add the features of OSQA to. As such, there will be no shared data between the OSQA instances. Is it possible to have multiple OSQA instances running off the same…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
1
vote
1 answer

OSQA port on Google App Engine using django-nonrel

I've been developing a website on Google App Engine using Python and I need a Q&A system. OSQA seems to be the best option available. As it is basically a Django app, can anybody give me some pointers on porting OSQA to GAE? Also, I came to know…
TeknasVaruas
  • 1,480
  • 3
  • 15
  • 28
0
votes
1 answer

OSQA in a rails 3 application?

I would like to integrate a Q&A system or a forum with my rails 3 application. OSQA looks really good and seems to be exactly what I am looking for. Unfortunately it is in python and django. I am a newbie and I am not sure if such an application can…
Farnaz
  • 143
  • 1
  • 1
  • 10
0
votes
1 answer

guide to translating django application (OSQA)?

I want to translate OSQA into my native language, but I'm a total newbie to Django. I've seen that there are other questions here on SO relating 0SQA. (especially this one) So if anyone could guide me how to accomplish this task. (I’ve done…
balboa
  • 951
  • 8
  • 20