• Tag: python
  • Total Solutions available: 2
    1
    Added: 4 months ago

    Problem Description:

    Has the functionality to use a partial pipeline process been implemented? I'm trying to do the same thing as bennetb01 - let my users authenticate with the social provider and then enter data in a form before user creation. If someone could recommend a good way of doing this that would be...

    Solution:

    in settings.pySOCIAL_AUTH_CREATE_USERS = Falsethen you should override or change "complete" function in social_auth/views.py and turn it into your required one.you can use:    kwargs.get('details')    kwargs.get('uid')to get what you want and save them in SESSION (or...

    Category:Computer
    Source: solutioner.net
    Viewed: 259
    Accept rate: 61%
    2
    Added: 5 months, 2 weeks ago

    Solution:

    اول باید بگم معمولا یا باید سرور اختصاصی داشته باشید یا اینکه تو مشخصات سرورتون نوشته باشه که با جنگو کار می کنه من برای راه اندازی سرورم از این متد استفاده می کنم: برای Apache از Passenger WSGI استفاده می کنم که البته معمولا برای پروژه های Ruby on Rails استفاده میشه ولی برای پایتون هم...

    Category:Computer
    Source: solutioner.net
    Viewed: 301
    Accept rate: 0%