Skip to content

Commit

Permalink
docs: make link to admin panel clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Feb 17, 2025
1 parent 6db1f75 commit 67c4bde
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 @@ -24,7 +24,7 @@ The platform for conducting, tracking and checking students' sports activity at
- Apply migrations to db: `python3 manage.py migrate`
> If there are problems with migrations applying, try to run the same migrate command with `--fake` option.
- Create a new superuser: `python3 manage.py createsuperuser`
6. View Admin panel at `http://localhost/admin` and Swagger at http://localhost/api/swagger
6. View Admin panel at http://localhost/admin and Swagger at http://localhost/api/swagger

> [!NOTE]
> Server supports auto-reload on code change in debug mode
Expand Down

0 comments on commit 67c4bde

Please sign in to comment.