Skip to content
Snippets Groups Projects
Commit a1fc1bc0 authored by George Schneeloch's avatar George Schneeloch
Browse files

Fix syntax typos in README

parent 88130b67
No related merge requests found
......@@ -181,7 +181,7 @@ class::
# The full path to a sender (if connecting to a specific sender) to be passed to Signal.connect.
# Optional; Defaults to None.
PluginSignals.SENDER_PATH: u'full_path_to_sender_app.ModelZ,
PluginSignals.SENDER_PATH: u'full_path_to_sender_app.ModelZ',
}],
}
}
......@@ -214,9 +214,10 @@ OR use string constants when they cannot import from djangoapps.plugins::
u'receiver_func_name': u'on_signal_x',
u'signal_path': u'full_path_to_signal_x_module.SignalX',
u'dispatch_uid': u'my_app.my_signals.on_signal_x',
u'sender_path': u'full_path_to_sender_app.ModelZ,
u'sender_path': u'full_path_to_sender_app.ModelZ',
}],
}
}
}
4. For Plugin Settings, insert the following function into each of the Plugin
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment