1👍
General idea:
First, you can check out the code I have written which works fine for me.
Take a look at the example include in the application, you will learn
how to write your own pipeline. this pipeline can be redirected to any
view you would like.from there you can save a invitation_key in your sessions and if that
key is valid, you can continue with create_user built in pipeline.
I have used this application for invitations that produces and validates invitation keys.
It took me quite a day to figure it out.
- [Django]-How to send the javascript list of dictionaries object to django ajax
- [Django]-How to update a field without change auto-now field?
- [Django]-Django one-to-one left join is null?
- [Django]-How to create and save object in bulk for dictionary in Django
Source:stackexchange.com