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
.
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
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
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
4 matches
Mail list logo