Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
onurmatik committed Jan 15, 2025
1 parent f054cc3 commit f0e4678
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,18 @@ To customize the site's branding, you can define the site name:
SITE_NAME="Open Assistants"
```

4. Apply database migrations:
### 4. Apply database migrations:
```bash
python manage.py migrate
```

5. Start the development server with an ASGI server (e.g., Uvicorn):
### 5. Start the development server with an ASGI server (e.g., Uvicorn):
```bash
uvicorn open_assistants.asgi:application --reload
```

6. Access the app in your browser at http://127.0.0.1:8000.
### 6. Access the app in your browser
Visit `http://localhost:8000` or `http://127.0.0.1:8000`.


## Contributing
Expand Down

0 comments on commit f0e4678

Please sign in to comment.