Closed christianp closed 8 months ago
Creation date already exists in the model, working on author at author-28
Is there a reasonable point at which to pull the author from the config before building? I believe the default is empty, how likely is it that someone would change the config and not build?
I think we should stick with just extracting info from the manifest after building, for now.
It'd be nice to see these in the admin view. The creation date should be
auto_now_add
, so it's set when the package record is created, and author should be filled in from the course manifest once it's built, or from the config file before that.