Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar-reef committed Jul 14, 2024
1 parent 28a628b commit cb6eadf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@ pdm run manage.py wait_for_database --timeout 10
pdm run manage.py migrate
```

Start the application:
Create a superuser to access the admin panel:

```sh
pdm run manage.py createsuperuser
```

## Starting the application

```sh
cd app/src
pdm run manage.py runserver
```
Your application should now be available at `http://localhost:8000`.
Expand Down

0 comments on commit cb6eadf

Please sign in to comment.