Skip to content

Commit

Permalink
Update end_user_guides.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nork authored Oct 26, 2023
1 parent f16254d commit 4feb467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/end_user_guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `initialize_app` management command initializes the app by running multiple

### Usage

`./manage.py initialize_app
`./manage.py initialize_app`

## Start Services Command

Expand All @@ -37,7 +37,7 @@ The `load_redis_data` management command loads data from a JSON file into Redis

### Usage

python manage.py load_redis_data [file_path] [options]
`python manage.py load_redis_data [file_path] [options]`

### Arguments

Expand Down Expand Up @@ -71,7 +71,7 @@ The `rabbitmq` management command allows you to interact with the local RabbitMQ

### Usage

`./manage.py rabbitmq [options]
`./manage.py rabbitmq [options]`

### Options

Expand All @@ -85,7 +85,7 @@ The `redis` management command allows you to interact with the local Redis devel

### Usage

`./manage.py redis [options]
`./manage.py redis [options]`

### Options

Expand Down

0 comments on commit 4feb467

Please sign in to comment.