Skip to content

Commit

Permalink
adding springkit
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahframe committed May 7, 2024
1 parent f82b9a0 commit 36d11e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cdhweb/settings/components/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
"django_cas_ng",
"wagtailcodeblock",
"pucas",
"springkit",
# local apps
"cdhweb.projects",
"cdhweb.people",
Expand Down
1 change: 1 addition & 0 deletions docker/application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ WORKDIR /app

COPY requirements /app/requirements
COPY docker/requirements.txt docker/constraints.txt /app/docker/
COPY springkit_wagtail-dev.zip /app/springkit_wagtail-dev.zip

# RUN --mount=type=cache,target=/var/lib/apt/lists \
# --mount=type=cache,target=/var/cache/apt \
Expand Down
3 changes: 3 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ wagtail-autocomplete
wagtailcodeblock
wagtail_modeladmin>=1.0,<2.0
django-split-settings

# Springkit
springkit_wagtail-dev.zip

0 comments on commit 36d11e5

Please sign in to comment.