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
We need an excel file with all 174 course pages / links.
Columns:
course page link
course page / title
course page Youtube video link
org code
org name
So we need a python code block that it run on Django shell to export this information. It can print directly to stdout using print with each line. Use a tab or ; as line separator. Then just copy past that information to a csv file.
For the moment we need an excel file that meets these requirements, but we discussed the added value of an upstream feature that exports courses information to a csv file. To do this, we will implement an admin resource to download the file, and also we will increase the file content exporting the most prioritized course run with the course data.
We need an excel file with all 174 course pages / links.
Columns:
So we need a python code block that it run on Django shell to export this information. It can print directly to stdout using
print
with each line. Use a tab or;
as line separator. Then just copy past that information to a csv file.A similar example on: #198 (comment)
The text was updated successfully, but these errors were encountered: