Skip to content

Commit 8286917

Browse files
1 parent f3e5381 commit 8286917

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/quick-start.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ on:
1111

1212
jobs:
1313
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

README.EN.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Quickstart
6969
7070
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
7171
$ docker-compose up -d --no-build
72-
$ docker-compose exec web src/manage.py loaddata demodata
7372
$ docker-compose exec web src/manage.py createsuperuser
7473
7574
2. In the browser, navigate to ``http://localhost:8000/`` to access the admin

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Quickstart
7272
7373
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
7474
$ docker-compose up -d --no-build
75-
$ docker-compose exec web src/manage.py loaddata demodata
7675
$ docker-compose exec web src/manage.py createsuperuser
7776
7877
2. In de browser, navigeer naar ``http://localhost:8000/`` om de beheerinterface

0 commit comments

Comments
 (0)