Changes between Version 36 and Version 37 of Signals
- Timestamp:
- Sep 3, 2009, 7:20:49 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signals
v36 v37 122 122 * [http://www.b-list.org/weblog/2006/09/10/django-tips-laying-out-application Django tips: laying out an application] -- blog entry by James Bennett which mentions the use of the `post_syncdb` signal to execute custom functions when an application is installed. 123 123 * [http://www.mercurytide.com/whitepapers/django-signals/ Django signals] -- Mercurytide whitepaper explaining Django's dispatcher. 124 * [http://www.chrisdpratt.com/2008/02/16/signals-in-django-stuff-thats-not-documented-well/ Signals in Django: Stuff That’s Not Documented (Well)] -- blog entry by Chris Pratt which mentions the use of the signals when creating/updating objects and also how to handle signals asynchronously. 124 125 125 126 == Applications not bundled with Django which use signals ==