Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateSyntaxError #6

Open
nicopace opened this issue Jan 22, 2014 · 0 comments
Open

TemplateSyntaxError #6

nicopace opened this issue Jan 22, 2014 · 0 comments

Comments

@nicopace
Copy link

Hi Guys,
I'm having this error when running the example app:
'crowdsourcing' is not a valid tag library: ImportError raised loading crowdsourcing.templatetags.crowdsourcing: No module named helpers

Here is the dpaste of the error:
http://dpaste.com/hold/1564643/

The steps to reproduce the error are these:

mkvirtualenv --python=python2.7
wget https://github.com/wnyc/django-crowdsourcing/archive/master.zip
unzip master.zip
cd django-crowdsourcing-master/example_app
pip install -r ../crowdsourcing_requirements.txt
pip install -r example_app_requirements.txt
pip install Django==1.4.3
./manage.py syncdb
./manage.py runserver
# Load one survey, with one question
# Access that survey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant