This is a quick simple Django app that allows you to save a generated image (saving selenium screenshots) in Django. Here is the blog post that explains how this works.
git clone github.com/bishwas-py/save-generated-image-django.gitpip install -r requirements.txtpython manage.py migratepython manage.py runserver- Go to
http://localhost:8000/adminin your browser. - Click on the
Websitesin therecordstab. - Click on
Addbutton. - Enter the
nameandurlof the website. - Click on
Save and continue editingbutton. - Go the image link you will see below of the form.
Happy Coding!