python - Specifying order of Django signal receivers -



python - Specifying order of Django signal receivers -

i'm sending signal out , have 2 functions (each in own app) receivers signal , should run when signal sent. there way of specifying order in these receivers run? know changing order of installed_apps in settings.py file can alter when they're registered, there more elegant way?

python django signals

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -