/ThumbnailGeneratorApp

Thumbnail Generator Django App

Primary LanguagePython

Thumbnail Generator App

Thumbnail Generator Django App

Update changes

python3 manage.py makemigrations
python3 manage.py migrate

Create superuser

python3 manage.py createsuperuser
  • Enter name
  • Enter password

Run server

python3 manage.py runserver

Test thumbnail creation

Create new Content object

  • Goto
127.0.0.1:8000/admin
  • Login
  • Add content object
    • Select Type from the dropdown
    • Select File by clicking the Browse button
    • Leave Thumbnail as empty
  • Click Save

Check thumbnail file

  • Go to project main directory
  • Go to media folder
  • New thumbnail could be found there with name as (_orignal_file_name_).thm