# wxnotify **Repository Path**: coderFly_1/wxnotify ## Basic Information - **Project Name**: wxnotify - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-09 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ===== fishwxnotifys ===== fishwxnotifys is a Django app to send wechat notify. For each question, visitors can choose between a fixed number of answers. Detailed documentation is in the "docs" directory. Quick start ----------- 1. Add "polls" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'fishwxnotifys', ] 2. Configure the APPID & APP_SECRET:: in settings.py APPID = "xxx" APP_SECRET= "xxx" 3. Use send_message in your django app from fishwxnotifys import send_message send_message.delay(message=dict_msg)