Merge pull request #74 from haiwen/remove-django-compressor

remove django-compressor
This commit is contained in:
Daniel Pan 2019-12-25 10:31:00 +08:00 committed by GitHub
commit ac38e2e254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/*