From 5e8a1b779f79a2196f4e49e2a12da89a8aea7421 Mon Sep 17 00:00:00 2001 From: JungDev Date: Tue, 12 Dec 2017 16:13:08 +0100 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index a99b938..c256a3a 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ django-telegrambot .. image:: https://travis-ci.org/JungDev/django-telegrambot.png?branch=master :target: https://travis-ci.org/JungDev/django-telegrambot +.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg + :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LMXQVQ3YA2JJQ A simple app to develop Telegram bots with Django @@ -16,6 +18,12 @@ Documentation The full documentation is at https://django-telegrambot.readthedocs.org. +If this project help you reduce time to develop, you can give me a cup of coffee :) + +.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif + :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LMXQVQ3YA2JJQ + + Changelog ------------ * **IMPORTANT ver 1.0.0** : If you upgrade from a previous version, you **MUST** change how to include ``django_telegrambot.urls`` and modify your ``settings.py``.