Added some documentation.

This commit is contained in:
Stephan Porada
2019-03-01 20:55:41 +01:00
parent 96e84d083d
commit 27aa61d91a
37 changed files with 277 additions and 115 deletions

View File

@ -13,8 +13,8 @@ class Command(BaseCommand):
" syntax. Protocols will be added from the xml protocol files."
" Input is a path pointing to all/multiple protocols in one"
" directory with one level of subdirectories. First imports"
" toc, attachments and metadata with model Protocol. Speeches will be put into realtion with the model Speech."
" to the protocols later on.")
" toc, attachments and metadata with model Protocol. Speeches will"
" be put into realtion with the model Speech.")
def add_arguments(self, parser):
parser.add_argument("input_path",