update readme

This commit is contained in:
Cayo Puigdefabregas 2024-01-23 10:07:44 +01:00
parent 17953db269
commit 9b50e02066
2 changed files with 5 additions and 1 deletions

View File

View File

@ -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
```