rename initial_datas to demo_data on docs

This commit is contained in:
pedro 2025-01-29 19:36:05 +01:00 committed by Cayo Puigdefabregas
parent 9b903aafc7
commit 81528c7f28
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ The application's backend is responsible for issuing credentials upun user reque
``` ```
5. Optionally you can install a minumum data set: 5. Optionally you can install a minumum data set:
``` ```
python manage.py initial_datas python manage.py demo_data
``` ```
6. Start the development server: 6. Start the development server:
``` ```
@ -79,7 +79,7 @@ MEDIA_ROOT=/tmp/media/
# Currently unused but will be used in the future # Currently unused but will be used in the future
# DATABASE_URL=postgres://link:to@database:port/idhub # DATABASE_URL=postgres://link:to@database:port/idhub
# Defines the admin user after running the initial_datas command # Defines the admin user after running the demo_data command
# Defaults to "admin@example.org" if no INITIAL_ADMIN_EMAIL is provided # Defaults to "admin@example.org" if no INITIAL_ADMIN_EMAIL is provided
# INITIAL_ADMIN_EMAIL="idhub_admin@pangea.org" # INITIAL_ADMIN_EMAIL="idhub_admin@pangea.org"

View file

@ -2,7 +2,7 @@ We use the following files as examples to demonstrate different functionalities
- **organizations.csv** is used for install organizations with the command: - **organizations.csv** is used for install organizations with the command:
``` ```
python manage.py initial_datas python manage.py demo_data
``` ```
- **federation-membership.xls** is a example of datas for offer credentials for NGOs that are members of a NGO federation. - **federation-membership.xls** is a example of datas for offer credentials for NGOs that are members of a NGO federation.
- **membership-card.xls** is a example of datas for credential of membership - **membership-card.xls** is a example of datas for credential of membership