Updated documentation for clarity on command arguments and usage of "./manage.py"

This commit is contained in:
CocoByte 2023-11-06 13:42:35 -06:00
parent 32dd542f45
commit ea760c76bd
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 22 additions and 14 deletions

View file

@ -34,8 +34,8 @@ class Command(BaseCommand):
"""
OPTIONAL ARGUMENTS:
--runMigrations
A boolean (default to true), which triggers running
all scripts (in sequence) for transition domain migrations
Triggers running all scripts (in sequence)
for transition domain migrations
--migrationDirectory
The location of the files used for load_transition_domain migration script
@ -57,11 +57,11 @@ class Command(BaseCommand):
(usually this can remain at default value of |)
--debug
A boolean (default to true), which activates additional print statements
Activates additional print statements
--prompt
A boolean (default to true), which activates terminal prompts
that allows the user to step through each portion of this
Activates terminal prompts that allows
the user to step through each portion of this
script.
--limitParse