Interfacing Django Project with Python Script

2015-07-16 Thread Jake Rudolph
If I have a separate Python script that I want to interact with my Django project, how do I set them up to communicate? -- 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 em

Re: Interfacing Django Project with Python Script

2015-07-17 Thread Jake Rudolph
. On Friday, July 17, 2015 at 5:12:51 AM UTC-7, larry@gmail.com wrote: > > On Thu, Jul 16, 2015 at 7:44 PM, Jake Rudolph > wrote: > > If I have a separate Python script that I want to interact with my > Django > > project, how do I set them up to communicate? > &g

Buttons

2015-07-22 Thread Jake Rudolph
I am trying to make a button on the index page that changes the boolean field of my object, and then displays that object in a different place on the page. I am not sure what to put as the action for this button, and where to put and call the function that will actually change the value in the

Re: Buttons

2015-07-23 Thread Jake Rudolph
ON response to > the effect of {success: [true|false], reason: 'failure reason, if any'}. > Don't forget to update your urls.py to reflect the new view. > > On the Javascript side, in the registered function, you write code that > both posts to your Django view in an