Skip to content

Conversation

@kakshay21
Copy link
Member

see #281

from datetime import datetime


CONFERENCE_START_DATE = datetime(2018, 11, 5)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may use datetime.now() or datetime.now().date() instead of hardcoding a starting date

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it in the latest commit check this

return CONFERENCE_START_DATE

def get_message(self):
return u'Sample viewlet!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple Viewlet or Viewlet Sample ;)



class {{{ viewlet_python_class_name }}}(ViewletBase):

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add update method with an empty doc string

@kakshay21 kakshay21 force-pushed the akshay-add-viewlet branch 4 times, most recently from c7f02a8 to a192a79 Compare July 22, 2018 15:11
@kakshay21 kakshay21 force-pushed the akshay-add-viewlet branch from a192a79 to a9d9d8c Compare July 22, 2018 17:08
@kakshay21 kakshay21 force-pushed the akshay-add-viewlet branch from a9d9d8c to 0d38b21 Compare July 22, 2018 17:11
@MrTango MrTango merged commit 1c433bf into master Jul 22, 2018
@kakshay21 kakshay21 deleted the akshay-add-viewlet branch July 22, 2018 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants