From 9b50e0206699277a96919cf39db75159b3f72bd5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 23 Jan 2024 10:07:44 +0100 Subject: [PATCH] update readme --- LICENSE => LICENSE.md | 0 README.md | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 8c662c3..3cdf894 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ IdHub aims to streamline the process of identity management by leveraging the po ``` python manage.py migrate ``` -5. Start the development server: +5. Optionally you can install a minumum data set: + ``` + python manage.py initial_datas + ``` +6. Start the development server: ``` python manage.py runserver ```