Hi,

I am using jvascript, python and django for my web page with Sqllite3
at database.

When i enter some data in a textfield, for example "this is an
instrument" it is getting saved accurately into the database, the
problem is when i try to view the data in the database , the data that
is getting displayed in the frontend textfield is only "this" and the
remaining data "is an instrument" is not getting displayed .

I have declared that variable in models.py as

description = models.TextField('Description', max_length=256)

can anyone help me out where i went wrong?

Thanks and Regards,
Nalini
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to