django websockets

2014-01-16 Thread Silviu Dicu
Hello, I'm looking to implement websockets with django. Any hints will be appreciated. thanks! -silviu -- 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 email to

Re: Django payment gateway with subscription management

2013-03-11 Thread Silviu Dicu
one suggestion: - stripe has subscription built in, you don't need to keep the data on your server. you can use stripe.js to send directly the payment info to stripe. -silviu On Tuesday, 5 March 2013 15:34:33 UTC-5, Jaimin Patel wrote: > > Hello, > > We are evaluating different payment

Re: Restful User Authentication for Ember/Backbone client with Tastypie

2013-03-11 Thread Silviu Dicu
Tastypie supports custom authentication. You don't have to use the api_key. I'm not sure what is the best way to do it however :) On Sunday, 10 March 2013 16:54:10 UTC-4, Pratik Mandrekar wrote: > > Hello, > > I'm trying to figure out what would be the best way to integrate django > with