Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Dave Murphy
On Tuesday, March 5, 2013 7:03:36 PM UTC, Bruno Girin wrote: > > So I'd much rather have the charm auto-generate part of the config in a > sensible way and then tell people: if you use Juju, don't provide those > settings in your config, the charm will do it. > ...and if they do? How is this any

Re: I want to check for new orders in the background?

2013-03-05 Thread Dave Murphy
On Tuesday, March 5, 2013 1:38:14 PM UTC, frocco wrote: > > I want to query the orders database every 5 minutes and alert admins that > new orders have arrived. > Would I use signals for this? > Using a receiver attached to the post_save signal of your Order model would certainly be more efficie

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Dave Murphy
On Tuesday, March 5, 2013 1:17:13 PM UTC, Michael wrote: > > Are there other better options that wouldn't force people to change their > code to use the charm? > For the charm to be of sufficient value, it needs to be opinionated, otherwise it's going to suffer from trying to work out-of-the-box

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Dave Murphy
On Sunday, March 3, 2013 4:45:56 PM UTC, Bruno Girin wrote: > Patrick solved that problem by separating different config elements in > different files but this implies that juju'ised applications would need to > follow the same structure. Is that a good idea? If you're aiming for a PaaS-style

Re: Creating sample users for testing

2010-03-23 Thread Dave Murphy
ed in custom management commands: * http://docs.djangoproject.com/en/1.1/howto/custom-management-commands/#howto-custom-management-commands -- Dave Murphy http://schwuk.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Newbie Django Mac OS X suggestions.

2010-01-30 Thread Dave Murphy
On 30 January 2010 21:15, Shawn Milochik wrote: > In addition, I have the solution to your problem with psycopg2: > http://shawnmilo.blogspot.com/2009/11/psycopg2-on-snow-leopard.html Thanks Shawn! I'll try that one out. I'd already tried all the other suggestions I could find, but hadn't seen th

Re: A Couple Newbie Questions

2010-01-30 Thread Dave Murphy
On 30 January 2010 19:59, Sector7B wrote: > 1. Reading the documentation for deploying using mod_wsgi.  It says > not to use just 'settings' in django.wsgi The example has >  sys.path.append('/path/to/app/mysite') >  os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'. >  this doesn't work be

Mailing List Filtering

2008-05-08 Thread Dave Murphy
I'm signed up to a number of mailing lists, but django-users is the only one that is giving a significant number of spam messages (i.e. >0). Is the list filtered, or is it just a free-for-all? -- Dave Murphy - http://schwuk.com Get in touch - http://schwuk.com