You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atomical edited this page Sep 14, 2010
·
5 revisions
ImageDataURI is a middleware plug-in for Django that embeds images into html based upon an arbitrary filesize rule.
Install:
1. Copy imagedatauri.py into the django middleware folder.
2. Add the ‘IMAGEDATAURI_MAX_IMAGE_SIZE’ variable to settings.py. This is a number in bytes.