Skip to content

Commit

Permalink
chore: Add nov 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Nov 3, 2023
1 parent fe3b5ef commit 78e55c5
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,58 @@ def parse_skill(skill):


events = {
"nov-2023": {
"title": "[Hands-on] Building A Whatsapp Clone From Scratch",
"venue": "Developers Institute",
'date': 'November, 2023',
'raw_html': '',
"attendees": {'reg': 0, 'came':0},
'register': 'https://www.meetup.com/pymauritius/events/297094976/',
'sessions': [
{
'title': "Whatsapp features considered",
'info': '',
'speaker/s': [],
'presented': 0,
'remote': 0
},
{
'title': "Planning of project",
'info': '',
'speaker/s': [''],
'presented': 1,
'remote': 0
},
{
'title': "Explanation of components",
'info': '',
'speaker/s': [''],
'presented': 1,
'remote': 0
},
{
'title': "Front-end coding",
'info': '',
'speaker/s': [''],
'presented': 1,
'remote': 0
},
{
'title': "Backend planning",
'info': '',
'speaker/s': [''],
'presented': 1,
'remote': 0
},
{
'title': "Backend coding",
'info': '',
'speaker/s': [''],
'presented': 1,
'remote': 0
}
],
},
"oct-2023": {
"title": "Python October 2023 OSS Fest",
"venue": "Developers Institute",
Expand Down

0 comments on commit 78e55c5

Please sign in to comment.