Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 92005b4

Browse files
authored
Ditch data fixtures for local API setup (#338)
1 parent 9f4e49b commit 92005b4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/deployment/hosting/locally-api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ python manage.py runserver --nostatic
2323
You can now visit `http://<your-server-domain:8000>/api/v1/users/config/init/` to create an initial Superuser and
2424
provide DNS settings for your installation.
2525

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-
3226
Note: if you're running on on MacOS and you find some issues installing the dependencies (specifically around pyre2),
3327
you may need to run the following:
3428

versioned_docs/version-v1.0/deployment/locally-api.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ python manage.py runserver --nostatic
2222
You can now visit `http://<your-server-domain:8000>/api/v1/users/config/init/` to create an initial Superuser and
2323
provide DNS settings for your installation.
2424

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-
3125
Note: if you're running on on MacOS and you find some issues installing the dependencies (specifically around pyre2),
3226
you may need to run the following:
3327

0 commit comments

Comments
 (0)