Thursday, May 28, 2015

StackOverflow Question: Trouble with updating "To Do Task" objects already existing in database

Hi there!

This is my first post in this group, and even though I did took a look at the About section, I can't tell what the rules are.

Anyway, I have a website where I'm implementing a "To Do List" using HTML, CSS, jQuery, and Django for me to learn about using a Django server and database. The tasks are saved as objects in the server, where each one has a string denoting what it is, as a label, and a Boolean value, as a checkbox, for whether or not that task is done.

I posted my question as a StackOverflow question: http://stackoverflow.com/questions/30514359/django-trouble-with-updating-a-booleanfield-with-my-todochecklisttask-model

Could you please take a look and help me out?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a3ce1a1c-f26d-4b6e-b29a-251b07b28ee9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment