Skip to content
Snippets Groups Projects
Commit f674f94d authored by David Trattnig's avatar David Trattnig
Browse files

Cleanup.

parent 871b59c8
No related branches found
No related tags found
No related merge requests found
......@@ -515,29 +515,6 @@ class TrackService(DB.Model, AuraDatabaseModel):
self.single_entry = entry
# @hybrid_property
# def schedule_info(self):
# """
# Retrieves information on the schedule/show.
# """
# info = {}
# schedule.schedule_start
# schedule.schedule_end
# schedule.schedule_id
# show_id = Column(Integer)
# show_name = Column(String(256))
# show_hosts = Column(String(256))
# funding_category = Column(String(256))
# comment = Column(String(512))
# languages = Column(String(256))
# type = Column(String(256))
# category = Column(String(256))
# topic = Column(String(256))
# musicfocus = Column(String(256))
@hybrid_property
def track(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment