You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, Example issue discussion cycle refers to this.publish_announcement, this.no_new_mails, this.moderation_deadline_reached, this.send_deadline_warning, this.conf_call_this_week, and this.block_calendar, but it's not clear in the example where those methods/attributes come from.
Would these just be additional methods and attributes defined in IssueDiscussion?
Can we add some clarification about what these missing imports and methods are, and where the code for them would normally be stored?
Maybe fleshing out one of the examples from the documents into a full (but bare-bones) example django project would be helpful?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The section on getting started imports and refers to
webinar
, but doesn't explain what webinar actually is.I assume it's something like this?:
Also, Example issue discussion cycle refers to
this.publish_announcement
,this.no_new_mails
,this.moderation_deadline_reached
,this.send_deadline_warning
,this.conf_call_this_week
, andthis.block_calendar
, but it's not clear in the example where those methods/attributes come from.Would these just be additional methods and attributes defined in
IssueDiscussion
?The text was updated successfully, but these errors were encountered: