django-kb
django-kb copied to clipboard
Several bugs in installation documentation
I just create empty virtualenv, make pip install django-kb & djangoadmin startproject
and can't start site.
- INSTALLED_APPS need "tagging" application
- Without
markdown
installed module got this error whilemanage.py syncdb
- admin site want HAYSTACK_CONNECTIONS setting.
I will update the docs, meanwhile you can see an example of the settings here. Thanks!