From f2f6766b8629a6bd6d42197b50dc712a539a93f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timothe=CC=81e=20Peignier?= Date: Tue, 29 May 2012 22:05:37 +0200 Subject: [PATCH] add irc channel to docs and README --- README.rst | 6 ++++++ docs/index.rst | 8 ++++++++ 2 files changed, 14 insertions(+) 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 --------------