From 67c4bdea3c83e52dc3990cc47945fd2492d8d19d Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Mon, 17 Feb 2025 23:59:56 +0300 Subject: [PATCH] docs: make link to admin panel clickable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb884da..fd74f67f 100644 --- a/README.md +++ b/README.md @@ -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