From c571a56d55db83fdf82965f41eba120480e76adc Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 9 Sep 2020 22:41:49 +0200 Subject: [PATCH] Fixed link. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 02c06cc..628f094 100644 --- a/Readme.md +++ b/Readme.md @@ -100,7 +100,7 @@ Run ``./manage.py migrate`` to create the lost places models. Start the development server and visit http://localhost:8000/admin/ -Visit http://localhost:8000/lostplaces/ to CRUD lost places. +Visit http://localhost:8000/ to CRUD lost places. Happy developing ;-)