Browse Source

Mise à jour de 'Django 5.1 standard'

MrDuhaz 1 month ago
parent
commit
0b8b908dd5
1 changed files with 1 additions and 1 deletions
  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 django-trumbowyg python-dotenv
+RUN pip install django-crispy-forms gunicorn django-import-export python-dotenv django-tinymce
 CMD '/bin/sh'