Changes between Version 14 and Version 15 of Signals


Ignore:
Timestamp:
Oct 5, 2006, 2:28:46 AM (18 years ago)
Author:
James Bennett
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Signals

    v14 v15  
    207207 * [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.
    208208 * [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 * [http://www.mercurytide.com/knowledge/white-papers/django-signals Django signals] -- Mercurytide whitepaper explaining Django's dispatcher.
    210210
    211211== Applications not bundled with Django which use signals ==
Back to Top