Hi Bruce,
all looks good. Many thanks. I have some questions about using it. I
have:

copied the testimonial project files into my satchmo base
enabled it in my store project settings.py as satchmo.testimonials
set up the appropriate templates which are now available
added my load 'testimonial_tags' to base_product.html for testing

Having looked at the mystore/admin/docs testimonial_tags descriptions
and the included _testimony.html I have tried this in
base_product.html:

{% if testimony %}
{% include "testimonials/_testimonials.html" %}
{% endif %}

This does not work, it does not include '_testimonials.html'. I have
added some testimonials and a testimonial group. Is this the correct
way to use the app? I must be missing something...

many thanks,
Stjohn

On Nov 4, 6:29 am, "Bruce Kroeze" <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 3, 2008 at 3:47 PM, john <[EMAIL PROTECTED]> wrote:
>
> > Hi Bruce,
> > thanks, that looks pretty cool but I can't get it working. I install
> > the repo via git clone into django-testimonials, I copy out the
> > testimonials directory into my path, open ./mysatchmostore/
> > settings.py, add testimonials as an installed app, run ./manage.py
> > syncdb and get the following error message:
>
> > File "/home/django_projects/testimonials/models.py", line 204, in
> > <module>
> > from testimonials.django.testimonials import admin
> > ImportError: No module named django.testimonials
>
> > Any suggestions?
>
> Yes, update and give it one more try.  Sorry, the release wasn't all that
> clean and had cruft from where I removed it from my private app tree.  I've
> cleaned it up and actually tested it standalone now, also removed all Banjo
> dependencies.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to