I resolved it using the answer available @
http://stackoverflow.com/questions/20741754/python-2-unicode-compatible-error
Happy hacking,
mario23
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving e
I've "models.py" as follows,
#encoding: utf-8
from django.contrib.auth.models import User
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
from django.utils.timezone import now
# Create your models here.
@python_2_unicode_compatible
class Tag(models.Model
Mrinmoy Das,
your site is cool man! do you have the site code
hosted anywhere.
Mario
On Friday, December 20, 2013 10:30:02 AM UTC+5:30, Mrinmoy Das wrote:
>
> Thanks man :)
>
> Mrinmoy Das
> http://goromlagche.in/
>
>
> On Fri, Dec 20, 2013 at 4:01 AM, Russ
Vicherot,
okay. I know how to create a basic django app like blog etc.
If you guide me to some tutorials/blogs/apps that specifically or closely
deals with what I need, It can be much helpful to me. Thanks:)
Mario
>
--
You received this message because you are subscribed to the
Hi,
I want to develop a django app where the users have to select some
text in a given sentence; And I need to store the selected text and the
time taken for selecting that text. I'm a newbie to django. Can you help me
with how should i do this? Is there any relevant apps that I can make us
5 matches
Mail list logo