File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
open-api-workflow-quick-start :
14
- uses : maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
15
- with :
16
- fixtures : ' demodata'
14
+ uses : maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ Quickstart
69
69
70
70
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
71
71
$ docker-compose up -d --no-build
72
- $ docker-compose exec web src/manage.py loaddata demodata
73
72
$ docker-compose exec web src/manage.py createsuperuser
74
73
75
74
2. In the browser, navigate to ``http://localhost:8000/ `` to access the admin
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ Quickstart
72
72
73
73
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
74
74
$ docker-compose up -d --no-build
75
- $ docker-compose exec web src/manage.py loaddata demodata
76
75
$ docker-compose exec web src/manage.py createsuperuser
77
76
78
77
2. In de browser, navigeer naar ``http://localhost:8000/ `` om de beheerinterface
You can’t perform that action at this time.
0 commit comments