Changes between Version 11 and Version 12 of Signals
- Timestamp:
- Oct 5, 2006, 1:33:11 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signals
v11 v12 207 207 * [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. 208 208 * [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. 209 * [http://www.mercurytide.com/knowledge/white-papers/django-signals: Django signals] -- comprehensive article by Mercurytide: explains what are signals, why we need signals, how to use Django's built-in signals and finally how to create your own signals. 209 210 210 211 == Applications not bundled with Django which use signals ==