From c5ba87e422e7c9f36ffef600fc68080991b1809b Mon Sep 17 00:00:00 2001 From: Marie PUPO JEAMMET Date: Thu, 18 Apr 2024 11:01:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20copy=20demo=20credentials?= =?UTF-8?q?=20to=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copy demo admin credentials for newcomers to log in to django admin without having to find it in makefile. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9dc1ec..c8275a7 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ You first need to create a superuser account: $ make superuser ``` +You can then login with credentials `admin@example` / `admin`. + ### Run frontend Run the front with: