Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix names #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Quick start
...
"organizations",
"django_extensions",
"django_nats_nkey",
"django_nats_nkeys",
]

3. Run `python manage.py migrate` to create the NATS organizationals
models

4. Run `python manage.py nsc-init` (optional) Initialize a new NATS
4. Run `python manage.py nsc_init` (optional) Initialize a new NATS
operator. You are responsible for copying the generated
`.conf` file to your NATS server. If you choose to use
an existing operator, you are responsible for running `nsc pull` as a pre-deployment step.
Expand Down Expand Up @@ -99,4 +99,4 @@ In `IDEMPOTENT` mode, conflict is logged at the WARNING level but no `Exception`

### App Models

`NATS_APP_MODELS` (default: `[ "django_nats_nkey.NatsOrganizationApp" , "django_nats_nkeys.NatsRobotApp" ]`)
`NATS_APP_MODELS` (default: `[ "django_nats_nkey.NatsOrganizationApp" , "django_nats_nkeys.NatsRobotApp" ]`)