Signals

Return to API Reference.

Provided signals

django-projector provides following signals:

post_fork

After fork is done post_fork signal should be send.

providing_args:

Name Description
fork Should be a Project instance forked from another project

setup_project

Should be send by Project instance.

Name Description
instance Project instance which should be setup
vcs_alias If given, would be used as backend for new repository
workflow If given, would override default workflow

Table Of Contents

Previous topic

Utils

Next topic

Views

This Page