Skip to content

Commit

Permalink
Merge pull request #901 from DalgoT4D/fix-docs-uvicorn-not-runserver
Browse files Browse the repository at this point in the history
update docs: run uvicorn ASGI server
  • Loading branch information
fatchat authored Nov 26, 2024
2 parents b6a0e2e + 8d5f28d commit ee8afd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ DJANGOSECRET=

- Create the system user `python manage.py create-system-orguser`

- Start the server `python manage.py runserver`
- Start the server `uvicorn ddpui.asgi:application --port <PORT_TO_LISTEN_ON>`

### Step 10: Create first org and user
- Run `python manage.py createorganduser <Org Name> <Email address> --role super-admin`
Expand Down

0 comments on commit ee8afd1

Please sign in to comment.