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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAOZ558nn5fZioaMrhMpXJc-yX1ruExDqgLcOOdAWoafEJJTNbg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 gateways for subscription management 
> for one of the app which requires the subscription based model (monthly, 6 
> months, year). 
>
> I checked different packages available here - 
> https://www.djangopackages.com/grids/g/payment-processing/
>
> Though I am confuse which one I should be using, can someone recommend 
> which one is actively maintained and most commonly used for subscription 
> based model where users can signup for free and if they want they can 
> subscribe later on. We don't required to store the credit card details and 
> it can be taken care by the payment gateway.
>
> Thanks. 
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 ember.js/backbone from the user authentication point of view. I'm 
> using Tastypie for creating RESTful resources.
>
> I have no problem creating APIs once a user has been authenticated using 
> the Session based authentication but I am wondering what is the best 
> RESTful way to create  a user authentication API that can confirm to 
> Session based authentication.
>
> Also if I'm not mistaken the right way to authenticate the client is via 
> the API key authentication right?
>
> Thanks,
> Pratik
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.