/django-image-compressor

Compress your image without compromising the quality of image

Primary LanguagePython

Image Compressor Website

version

Is a web app to compress image file (jpg/png) without compromising with the quality of image.

Environment

  • Python ver above 3.8.5

Installation

  • Create environment and install all the requirement based on requirements.txt
    pip3 install requirements.txt
  • Create .env file in core folder and add this
    DEBUG=TRUE
    SECRET_KEY=YOUR_SECRET_KEY
  • Run your app first to create the sqlite file
    python manage.py runserver
  • Stop your app and migrate all the migrations
    python manage.py makemigrations
    python manage.py migrate
  • Run again your app

Image Compressor Website

version

Adalah sebuah web app untuk meng-compress berkas gambar (jpg/png) tanpa mengorbankan kualitas gambar.

Environment

  • Python diatas versi 3.8.5

Installation

  • Buat environment dan install semua persyaratan berdasarkan 'requirments.txt'.
    pip3 install requirements.txt
  • Buat file .env di dalam inti folder dan tambahkan :
    DEBUG=TRUE
    SECRET_KEY=YOUR_SECRET_KEY
  • Pertama jalankan app-mu untuk membuat berkas sqlite.
    python manage.py runserver
  • Hentikan app-mu dan migrate semua migrations.
    python manage.py makemigrations
    python manage.py migrate
  • Jalankan ulang app-mu