Using RequireJS with Django

2012-02-27 Thread jpk
Hi django-users, I'm working on a django project with a quickly growing javascript front-end using backbone. The backbone application has grown to the point where it needs to be split into modules across multiple files. I'm looking into RequireJS to do that. I've done some research on how to bes

Ways to handle long-running server-side processing in Django

2012-04-21 Thread jpk
k to the client as the process does stuff. What other approaches are there? Am I over-thinking this? :-P Any wisdom would be appreciated! Thanks! jpk P.S. - The gritty details: The api call in question takes an image (that the user previously uploaded) and a set of ground control points (pair

Re: Ways to handle long-running server-side processing in Django

2012-04-24 Thread jpk
Ah, celery sounds like it's just what I need. Thanks guys! -jpk On Mon, Apr 23, 2012 at 7:52 AM, bruno desthuilliers < bruno.desthuilli...@gmail.com> wrote: > On Apr 21, 11:34 pm, David Markey wrote: > > Sounds like the API should return a UUID that can then be used to po

Re: How to deploy new code to the Production Server?

2011-12-02 Thread jpk
On Fri, Dec 2, 2011 at 5:30 AM, Benedict Verheyen wrote: > On 2/12/2011 11:14, Andre Lopes wrote: >> Thanks for the replies, >> >> I'm using Nginx + Gunicorn + Supervisor + Virtualenv >> >> My goal is to deploy the code to the Production in a One Click Step. I >> think I will read on Fabric to ach

Re: How to deploy new code to the Production Server?

2011-12-02 Thread jpk
On Fri, Dec 2, 2011 at 6:54 AM, kenneth gonsalves wrote: > On Fri, 2011-12-02 at 11:29 +, Bjarni RĂșnar Einarsson wrote: >> (for example >> as someone recommended earlier, skipping settings.py), you are IMO >> asking for trouble and it is probably a sign that your processes are >> broken. :-) >

Nesting spatial filters with the __in filter will be broken until I buy you a beer.

2011-12-05 Thread jpk
on, and I'll sponsor patches with things including but not limited to: * Free beer * Homemade cupcakes * Hugs Or, if you have the inhuman inclination to refuse the aforementioned bribery, I can probably fix the issue with some direction (which would still be met with considerable gratitude)

Using AWS Redshift database Django 1.6

2014-05-29 Thread jpk
x27;s the best way to approach this? Is trying to get this to work even a good idea? Any guidance would be greatly appreciated. Thanks! jpk -- john p. kiffmeyer -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Using AWS Redshift database Django 1.6

2014-05-29 Thread jpk
racts with them. So if the stuff I'm asking doesn't make sense then do put me on the right path. :) Thanks! jpk On Thu, May 29, 2014 at 12:01 PM, C. Kirby wrote: > Wow, redshift lets you save quite a bit of data. > It looks like someone started in on a redshift backend, I found so

Re: Using AWS Redshift database Django 1.6

2014-05-29 Thread jpk
in a django.db.backends module are supposed to do? (The docstrings in the code seem decent enough, just wondering if there's anything more detailed than that.) Thanks! jpk On Thu, May 29, 2014 at 1:48 PM, C. Kirby wrote: > I'll answer what I can from a quick review of the codebase. > &g