forked from Decentrala/website
add gig to events
This commit is contained in:
parent
e17f94e214
commit
7887c7bb17
@ -164,4 +164,6 @@ datum, vreme, lokacija, tema, tip,
|
|||||||
14-07-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Napadi na vestacku inteligenciju, lecture discussion
|
14-07-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, Napadi na vestacku inteligenciju, lecture discussion
|
||||||
29-07-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, OnionShare, lecture
|
29-07-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, OnionShare, lecture
|
||||||
30-07-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, CryptoPals #1, workshop
|
30-07-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522, CryptoPals #1, workshop
|
||||||
|
15-08-2024, 19:00, DC Krov https://www.openstreetmap.org/node/10594728522,
|
||||||
|
GETÖSEFÖHN and FERTILIZER, music
|
||||||
15-09-2024, 12:00, KC Magacin https://www.openstreetmap.org/node/1226456745#map=19/44.81314/20.45378, Dekonferencija, conference,
|
15-09-2024, 12:00, KC Magacin https://www.openstreetmap.org/node/1226456745#map=19/44.81314/20.45378, Dekonferencija, conference,
|
||||||
|
Can't render this file because it has a wrong number of fields in line 30.
|
1
prep.py
1
prep.py
@ -14,6 +14,7 @@ TYPES_DICT = {
|
|||||||
"movie": ("film", "movie"),
|
"movie": ("film", "movie"),
|
||||||
"meeting": ("sastanak", "meeting"),
|
"meeting": ("sastanak", "meeting"),
|
||||||
"conference": ("konferencija", "conference"),
|
"conference": ("konferencija", "conference"),
|
||||||
|
"music": ("svirka", "gig"),
|
||||||
}
|
}
|
||||||
|
|
||||||
def load_events(csv_path:str) -> list[dict]:
|
def load_events(csv_path:str) -> list[dict]:
|
||||||
|
Loading…
Reference in New Issue
Block a user