temporarily disabled django-minify-html because it either errors or takes 10m+ to compile
This commit is contained in:
parent
1fc20a8f9c
commit
bdaf0e866c
@ -9,9 +9,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
RUN mkdir -p $HOME && \
|
||||
mkdir $APP_HOME && \
|
||||
addgroup --system app && \
|
||||
adduser --system -G app app && \
|
||||
apk update && \
|
||||
apk add --no-cache gcc musl-dev rust cargo
|
||||
adduser --system -G app app
|
||||
|
||||
WORKDIR $APP_HOME
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ django==5.1.6
|
||||
django-crispy-forms==2.3
|
||||
django-resized==1.0.3
|
||||
django-cleanup==9.0.0
|
||||
django-minify-html
|
||||
#django-minify-html
|
||||
crispy-bootstrap4==2024.10
|
||||
django-extensions==3.2.3
|
||||
tqdm==4.67.1
|
||||
|
||||
@ -62,7 +62,7 @@ INSTALLED_APPS = [
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
"django_minify_html.middleware.MinifyHtmlMiddleware",
|
||||
# "django_minify_html.middleware.MinifyHtmlMiddleware",
|
||||
'django.middleware.security.SecurityMiddleware',
|
||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||
'django.middleware.common.CommonMiddleware',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user