We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d6056 commit 2177608Copy full SHA for 2177608
Dockerfile
@@ -9,7 +9,7 @@ COPY . /opt
9
RUN ls -al .
10
RUN pip3 install --upgrade pip
11
RUN pip3 install -e .
12
-RUN pip3 install design-django-theme
+RUN pip3 "design-django-theme==v1.4.8"
13
14
# let compose do this
15
# WORKDIR /django-project/
docs/SETUP.md
@@ -41,7 +41,7 @@ pip install -e .
41
````
42
# Install Django Bootstrap italia template
43
44
-pip install "design-django-theme==v1.6.4"
+pip install "design-django-theme==v1.4.8"
45
46
47
In `examples/` folder you have three demostrations projects:
spid_cie_oidc/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.8.3"
+__version__ = "0.8.4"
0 commit comments