diff --git a/README.rst b/README.rst index e1730b6..3bb6e43 100644 --- a/README.rst +++ b/README.rst @@ -164,6 +164,12 @@ Or in your ``settings.py`` file if you want to use it as the default:: IMAGEKIT_DEFAULT_IMAGE_CACHE_BACKEND = 'path.to.MyImageCacheBackend' +Community +--------- + +The official Freenode channel for ImageKit is `#imagekit `_. +You should always find some fine people to answer your questions +about ImageKit there. Contributing ------------ diff --git a/docs/index.rst b/docs/index.rst index 5634f21..2c06385 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,6 +18,14 @@ Authors .. include:: ../AUTHORS +Community +--------- + +The official Freenode channel for ImageKit is `#imagekit `_. +You should always find some fine people to answer your questions +about ImageKit there. + + Digging Deeper --------------