Skip to content

This is a quick simple Django app that allows you to programatically save a generated image in Django.

Notifications You must be signed in to change notification settings

Bishwas-py/save-generated-image-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Save generated image programatically in Django

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.

Installation

Clone the repository

git clone github.com/bishwas-py/save-generated-image-django.git

Install the requirements

pip install -r requirements.txt

Migrate the database

python manage.py migrate

Run the server

python manage.py runserver

Usage

  • Go to http://localhost:8000/admin in your browser.
  • Click on the Websites in the records tab.
  • Click on Add button.
  • Enter the name and url of the website.
  • Click on Save and continue editing button.
  • Go the image link you will see below of the form.

Happy Coding!

About

This is a quick simple Django app that allows you to programatically save a generated image in Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages