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 6b83c04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: quick-start
name: Quick Start

on:
push:
Expand All @@ -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 6b83c04

Please sign in to comment.