#17 — kss.django doesn't work
State | Rejected |
---|---|
Release: | 1.4 |
Area | Server side kss.core |
Issue type | Bug |
Severity | Medium |
Submitted by | (anonymous) |
Submitted on | 2007-10-31 |
Responsible |
—
|
Target release: |
—
|
Last modified on
2007-10-31
by
Jeroen Vloothuis
Adding kss.django to INSTALLED_APPS results in a following exception thrown during Django(SVN) startup:
from django.template import Library, Node, Variable, TemplateSyntaxError
ImportError: cannot import name Variable
from django.template import Library, Node, Variable, TemplateSyntaxError
ImportError: cannot import name Variable
- Steps to reproduce:
- 1) Follow the installation guide for kss.django
2) add kss.django to INSTALLED_APPS in settings.py
3) start your Django app
Added by
(anonymous)
on
2007-10-31 19:43
Actually works with latest(rev. 6635) SVN version of Django
Added by
Jeroen Vloothuis
on
2007-10-31 22:42
Issue state:
unconfirmed → rejected
I will update the docs to reflect this.