We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The relevant parts of the database of the Django website have been exported to CSV:
Each row in the session CSV should be converted to a lektor document blog/<date>-<slug>/contents.lr with:
blog/<date>-<slug>/contents.lr
date
slug
The fields of the CSV are to be mapped to the contents.lr as:
[fields.session_type] label = Session type type = select choices = talk, lightning-talk, coding-dojo choice_labels = Vortrag, Kurzvortrag, Coding Dojo
The text was updated successfully, but these errors were encountered:
#3 Ignore data files
7cf66fc
#3 Add initial prototype from pyGRAZ meetup
39f4d28
roskakori
No branches or pull requests
Goals
Implementation
The relevant parts of the database of the Django website have been exported to CSV:
Each row in the session CSV should be converted to a lektor document
blog/<date>-<slug>/contents.lr
with:date
: The date when the session was/is to be held as YYYY-MM-DDslug
: A sytem _slug.The fields of the CSV are to be mapped to the contents.lr as:
The text was updated successfully, but these errors were encountered: