Skip to content
/ osqa Public
forked from jeffreywugz/osqa

OSQA is a free, entry-level Q&A system from the makers of AnswerHub, the market-leading professional Q&A platform. Looking for Enterprise functionality? Checkout http://answerhub.com

License

Notifications You must be signed in to change notification settings

suhailvs/osqa

 
 

Repository files navigation

The OSQA project - open source Q&A system

setup

copy settings_local.py.dist to settings_local.py, then syncdb, then runserver:

$ cp settings_local.py.dist settings_local.py
$ ./manage.py syncdb
$ ./manage.py runserver

About

OSQA is a free, entry-level Q&A system from the makers of AnswerHub, the market-leading professional Q&A platform. Looking for Enterprise functionality? Checkout http://answerhub.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.3%
  • JavaScript 15.0%
  • CSS 2.7%