Parcourir la source

+ crispy-bootstrap4

MrDuhaz il y a 1 mois
Parent
commit
f0651f79be
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Django 5.1 standard

+ 1 - 1
Django 5.1 standard

@@ -13,5 +13,5 @@ RUN unset TZ
 RUN apk del tzdata
 RUN pip install --upgrade pip
 RUN pip install Django==5.1.13
-RUN pip install django-crispy-forms gunicorn django-import-export python-dotenv django-tinymce tzdata
+RUN pip install django-crispy-forms gunicorn django-import-export python-dotenv django-tinymce tzdata crispy-bootstrap4
 CMD '/bin/sh'