Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Add docs badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Mar 28, 2015
1 parent f1a328a commit d2493cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Thumbnails for Django, Flask and other Python projects.

[![Documentation Status](https://readthedocs.org/projects/python-thumbnails/badge/?version=latest)](https://readthedocs.org/projects/python-thumbnails/?badge=latest)
[![Join the chat at https://gitter.im/relekang/python-thumbnails](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/relekang/python-thumbnails?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


Expand Down
3 changes: 2 additions & 1 deletion tests/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
import hashlib
import os
import unittest

from PIL import Image
from thumbnails.compat import BytesIO

from thumbnails.compat import BytesIO
from thumbnails.conf import settings
from thumbnails.images import SourceFile, Thumbnail

Expand Down
2 changes: 1 addition & 1 deletion thumbnails/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import os

import requests
from thumbnails.compat import BytesIO

from thumbnails.compat import BytesIO
from thumbnails.conf import settings
from thumbnails.helpers import get_engine, get_storage_backend

Expand Down

0 comments on commit d2493cb

Please sign in to comment.