remove django-compressor

This commit is contained in:
Hulk 2019-12-25 10:28:00 +08:00
parent d84a6d6705
commit 12af02bb77
2 changed files with 3 additions and 4 deletions

View File

@ -173,11 +173,10 @@ systemctl status firewalld &> /dev/null \
yum install epel-release -y
yum install python3 python3-setuptools python3-pip python3-ldap memcached java-1.8.0-openjdk \
libmemcached libreoffice-headless libreoffice-pyuno libffi-devel pwgen curl \
redhat-rpm-config python3-devel gcc -y
libmemcached libreoffice-headless libreoffice-pyuno libffi-devel pwgen curl -y
pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy psd-tools \
django-pylibmc django-compressor django-simple-captcha
django-pylibmc django-simple-captcha
# start memcached on system boot
systemctl enable --now memcached

View File

@ -151,7 +151,7 @@ apt-get install -y python3 python3-setuptools python3-pip python3-ldap memcached
libmemcached-dev libreoffice-script-provider-python libreoffice pwgen curl nginx
pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy psd-tools \
django-pylibmc django-compressor django-simple-captcha
django-pylibmc django-simple-captcha
rm /etc/nginx/sites-enabled/*