>
> Were you able to get it to work? I want to use a rating app and
> django-ratings seems to be the most actively used. And similar to you, I
> don't know how to write the template. If you were able to get it working,
> could you share your experience? Thanks.
>
Hi,
the issue has been resolved now.
The primary key for my model was a CharField and it was giving error
because of that.
Once i changed my primary key to an IntergerField, it all worked fine.
https://github.com/dcramer/django-ratings/issues/14
Thanks
On Tuesday, 25 December 2012 06:27:14
Can you share the error and the stack trace at http://pastie.org/.
Sharing environmental information such as OS, Python version, Django
version, reported django-ratings app version is also critical in helping
your figure out what the issue is.
Cheers,
Ryan
On Monday, December 24, 2012 10:35
Hi,
I am trying to add django-ratings to my app and it keeps falling over when
i try to add a rating. The steps i have followed is below
1) pip install django-ratings
2) Add 'djangoratings' to my settings.py
3) Add a field in my model class with field name "cust_rating
Hi,
I have installed django-ratings application in my project. But i am not
able to understand about its proper usage. I have searched on web to find
any documentation about it but couldn't get anything. Can anyone help me ?
Regards,
Rosy
--
You received this message because yo
I've been trying for two weeks to implement the highly regarded
django-ratings with zero success.
I've followed all directions, which are not that detailed, and cannot
figure out how to actually present a means for a user to submit a rating
with the template.
There are no directions
My models all extend my custom model class which id is a CharField not
a PositiveIntegerField like the Django's default
django.db.models.Model .
So, when I try to add a vote, I got a ValueError:
invalid literal for int() with base 10: 'my-char-id'
Because the object_id field is defined like this
Hi,
I have installed django ratings application in my project
http://github.com/dcramer/django-ratings
Am wondering how best can i test my app voting functionality, because
django ratings is only allowing me to vote only once for the same
user, object and Ip address.
Is there a way i can disable
hi ,
i have a few questions about how to use django-ratings but i dont really
understand a few things:
from djangoratings import RatingField
class MyModel(models.Model):
rating = RatingField(range=5) # 5 possible rating values, 1-5
that part is clear!
then it comes to adding
urse. What I'm looking for right now
> > is feedback on my proposed API and
> > usage:http://code.google.com/p/django-ratings/
>
> Did you try django-rating [0]?
>
> [0]http://django-rating.googlecode.com/
> --
> AlvArohttp://tuxie.debianuruguay.org/?page_id=110
--
t I'm looking for right now
> is feedback on my proposed API and usage:
> http://code.google.com/p/django-ratings/
>
Did you try django-rating [0]?
[0] http://django-rating.googlecode.com/
--
AlvAro
http://tuxie.debianuruguay.org/?page_id=110
--~--~-~--~~~---
I'm building a new pluggable ratings app (django-voting doesn't come
close to covering what my specs are). It's built around a similar
architecture to what we used on Curse. What I'm looking for right now
is feedback on my proposed API and usage:
http://code.google.com/p/
12 matches
Mail list logo