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
{{ message }}
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.
Refactor load_tischendorf management command so that it is a more generic load command which then takes an argument specifying which text importer to run, for example: ./manage.py load Tischendorf-2.5. If the text is not specified, then all texts are loaded. Allow multiple texts to be specified, as well as multiple osisIDs. For example:
Note that ideally the importers should be able to import based on an osisID which is more granular than just the book level, e.g. it is useful to be able to import just John 7. Actually, an osisRef might even be better, e.g. --osisRefs=John.7-John.8; but this is something that can be done later.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refactor
load_tischendorf
management command so that it is a more genericload
command which then takes an argument specifying which text importer to run, for example:./manage.py load Tischendorf-2.5
. If the text is not specified, then all texts are loaded. Allow multiple texts to be specified, as well as multiple osisIDs. For example:./manage.py load Tischendorf-2.5 greek_majority_text KJV2006 | Jude John.7
The text was updated successfully, but these errors were encountered: