Rob Newman

Results 21 comments of Rob Newman

@sir-sigurd Can you please review the PR?

@7wonders - Yeah fixed in my forked copy that you can get from my account. I've sent multiple pull requests but for some reason the owner doesn't want to merge...

@bryanhelmig - Tested on 1.5 and 1.6. Not 1.4. Personally I don't see why anything would break - you can view the changes made in the source, which are minimal....

@7wonders Ack - you are correct. Looks like I need to push again to my master. I have also significantly modified my version of django-knowledge where it uses Twitter-Bootstrap for...

@7wonders - If you need to get my fork running right now you can just remove that one line from `thread.html` that imports markup.

@7wonders Okay, cleaned up the template and pushed to my master. Let me know if you still get that error - but on my issue list - Brian is not...

Okay cool. Will send a pull request when done.

I am also having this issue. This setting does exist, but doesn't seem to work. Look at the [settings file](https://github.com/zapier/django-knowledge/blob/master/knowledge/settings.py) line 18: ``` python BASE_TEMPLATE = getattr(settings, 'KNOWLEDGE_BASE_TEMPLATE', 'django_knowledge/base.html') ```...

Okay, I have found the issue. I assume both of you installed from pip just like I did? Well, here is the contents of `knowledge/settings.py` as installed by pip: ```...

After updating from Github directly: ``` sh pip install -e git+https://github.com/zapier/django-knowledge.git#egg=django-knowledge ``` This now works: ``` python % python manage.py shell >>> from django.conf import settings >>> from knowledge.settings import...