mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Updated documentation for clarity on command arguments and usage of "./manage.py"
This commit is contained in:
parent
32dd542f45
commit
ea760c76bd
2 changed files with 22 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue