Re: Creating a WSGI Request for another uWSGI Django App

2011-09-23 Thread Roberto De Ioris
> Hello, > > You guys are always so helpful so I thought I'd come here with my > crazy problem I'm trying to solve. > > I have a Django Application Cluster. We use subversion for our code. > The only type of a post-commit hook we have is an HTTP Request with > JSON at a URL we define. Essentially

Creating a WSGI Request for another uWSGI Django App

2011-09-23 Thread Kurtis
Hello, You guys are always so helpful so I thought I'd come here with my crazy problem I'm trying to solve. I have a Django Application Cluster. We use subversion for our code. The only type of a post-commit hook we have is an HTTP Request with JSON at a URL we define. Essentially what I want to