Skip to content

djangoer/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

Releases

No releases published

Packages

No packages published

Languages

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