rename initial_datas to demo_data on docs
This commit is contained in:
parent
9b903aafc7
commit
81528c7f28
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue