Skip to content

set develop=true in sample apps for aikido_zen #394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sample-apps/django-mysql-gunicorn/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.PHONY: clean
clean:
@poetry env remove $(shell poetry env list | grep 'Activated' | awk '{print $$1}')

.PHONY: install
install:
poetry install --quiet
Expand Down
18 changes: 9 additions & 9 deletions sample-apps/django-mysql-gunicorn/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample-apps/django-mysql-gunicorn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ build-backend = "poetry.core.masonry.api"
package-mode = false

[tool.poetry.dependencies]
aikido_zen = { path = "../../" }
aikido_zen = { path = "../../", develop = true }
4 changes: 0 additions & 4 deletions sample-apps/django-mysql/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.PHONY: clean
clean:
@poetry env remove $(shell poetry env list | grep 'Activated' | awk '{print $$1}')

.PHONY: install
install:
poetry install --quiet
Expand Down
16 changes: 8 additions & 8 deletions sample-apps/django-mysql/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample-apps/django-mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ build-backend = "poetry.core.masonry.api"
package-mode = false

[tool.poetry.dependencies]
aikido_zen = { path = "../../" }
aikido_zen = { path = "../../", develop = true }
4 changes: 0 additions & 4 deletions sample-apps/django-postgres-gunicorn/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.PHONY: clean
clean:
@poetry env remove $(shell poetry env list | grep 'Activated' | awk '{print $$1}')

.PHONY: install
install:
poetry install --quiet
Expand Down
25 changes: 13 additions & 12 deletions sample-apps/django-postgres-gunicorn/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample-apps/django-postgres-gunicorn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ build-backend = "poetry.core.masonry.api"
package-mode = false

[tool.poetry.dependencies]
aikido_zen = { path = "../../" }
aikido_zen = { path = "../../", develop = true }
6 changes: 1 addition & 5 deletions sample-apps/fastapi-postgres-uvicorn/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.PHONY: clean
clean:
@poetry env remove $(shell poetry env list | grep 'Activated' | awk '{print $$1}')

.PHONY: install
install: clean
install:
poetry install

.PHONY: run
Expand Down
24 changes: 12 additions & 12 deletions sample-apps/fastapi-postgres-uvicorn/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample-apps/fastapi-postgres-uvicorn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ build-backend = "poetry.core.masonry.api"
package-mode = false

[tool.poetry.dependencies]
aikido_zen = { path = "../../" }
aikido_zen = { path = "../../", develop = true }
4 changes: 0 additions & 4 deletions sample-apps/flask-clickhouse-uwsgi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.PHONY: clean
clean:
@poetry env remove $(shell poetry env list | grep 'Activated' | awk '{print $$1}')

.PHONY: install
install:
poetry install --quiet
Expand Down
Loading
Loading