From 50502d91c3eb690b1c8deed7108e27aa2975ab2a Mon Sep 17 00:00:00 2001
From: "Aamon P. Hoffmann" <aamon.hoffmann@student.uni-halle.de>
Date: Wed, 18 Sep 2024 22:45:26 +0200
Subject: [PATCH] edit README

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 6e6a418..883f252 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ cd chorechef
 
 This should start the frontend on [http://localhost:5173](http://localhost:5173)
 and the backend on [http://localhost:8000](http://localhost:8000).
+The django admin interface is available at [http://localhost:8000/admin](http://localhost:8000/admin).
 Note that this is the expected configuration for the application to work properly.
 
 ## Usage
-- 
GitLab