Changes between Version 37 and Version 38 of Signals
- Timestamp:
- Apr 3, 2010, 2:10:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Signals
v37 v38 118 118 == Other documentation == 119 119 120 * [http://feh.holsman.net/articles/2006/06/13/django-signals Django signals] -- blog entry by Ian Holsman which discusses signals in general.121 120 * [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. 122 121 * [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.