This repository was archived by the owner on Apr 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
versioned_docs/version-v1.0/deployment Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ python manage.py runserver --nostatic
23
23
You can now visit ` http://<your-server-domain:8000>/api/v1/users/config/init/ ` to create an initial Superuser and
24
24
provide DNS settings for your installation.
25
25
26
- If you want to load some sample data into your database:
27
-
28
- ``` bash
29
- python manage.py loaddata app/fixtures/init_data.yaml
30
- ```
31
-
32
26
Note: if you're running on on MacOS and you find some issues installing the dependencies (specifically around pyre2),
33
27
you may need to run the following:
34
28
Original file line number Diff line number Diff line change @@ -22,12 +22,6 @@ python manage.py runserver --nostatic
22
22
You can now visit ` http://<your-server-domain:8000>/api/v1/users/config/init/ ` to create an initial Superuser and
23
23
provide DNS settings for your installation.
24
24
25
- If you want to load some sample data into your database:
26
-
27
- ``` bash
28
- python manage.py loaddata app/fixtures/init_data.yaml
29
- ```
30
-
31
25
Note: if you're running on on MacOS and you find some issues installing the dependencies (specifically around pyre2),
32
26
you may need to run the following:
33
27
You can’t perform that action at this time.
0 commit comments