Changes between Version 17 and Version 18 of Signals
- Timestamp:
- Mar 9, 2007, 11:37:19 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signals
v17 v18 209 209 * [http://www.bright-green.com/blog/2006_07_12/initialising_application_data_.html Initializing application data in Django] -- blog entry by Alan Green which discusses use of the `post_syncdb` signal to provide initial application data. 210 210 * [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. 211 * [http://www.mercurytide.com/ knowledge/white-papers/django-signalsDjango signals] -- Mercurytide whitepaper explaining Django's dispatcher.211 * [http://www.mercurytide.com/whitepapers/django-signals/ Django signals] -- Mercurytide whitepaper explaining Django's dispatcher. 212 212 213 213 == Applications not bundled with Django which use signals ==