Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Feb 4, 2025
1 parent f3e5381 commit 8286917
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ on:

jobs:
open-api-workflow-quick-start:
uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
with:
fixtures: 'demodata'
uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@feature/add-quick-start
1 change: 0 additions & 1 deletion README.EN.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Quickstart
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
$ docker-compose up -d --no-build
$ docker-compose exec web src/manage.py loaddata demodata
$ docker-compose exec web src/manage.py createsuperuser
2. In the browser, navigate to ``http://localhost:8000/`` to access the admin
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Quickstart
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
$ docker-compose up -d --no-build
$ docker-compose exec web src/manage.py loaddata demodata
$ docker-compose exec web src/manage.py createsuperuser
2. In de browser, navigeer naar ``http://localhost:8000/`` om de beheerinterface
Expand Down

0 comments on commit 8286917

Please sign in to comment.