blinker Questions
2
Solved
I'm writing the sign up/sign in system for a ecommerce site, and using flask-security (http://pythonhosted.org/Flask-Security/) to handle the signup feature. Part of the basic setup requires the fo...
Crin asked 4/12, 2013 at 16:48
2
Solved
I'm trying to use the user_registered signal in order to set up default roles for users when they register using flask-security as in the following link: Setting Default Role in Flask Security
In ...
Aldarcy asked 19/6, 2015 at 18:52
1
Solved
Flask documentations says:
Also keep in mind that signals are intended to notify subscribers and
should not encourage subscribers to modify data
I am wondering, why is so?
I'm using Flask-U...
2
Solved
Django and Flask make use of signals — the latter uses the Blinker library. In the context of Python, Blinker and the Python pubsub library, how do signals and pubsub compare? When would I use one ...
Thunderclap asked 4/3, 2011 at 20:33
1
© 2022 - 2024 — McMap. All rights reserved.