django-notification-system:是否要从Django应用发送通知? 从这里开始

时间:2024-05-09 15:16:05
【文件属性】:

文件名称:django-notification-system:是否要从Django应用发送通知? 从这里开始

文件大小:830KB

文件格式:ZIP

更新时间:2024-05-09 15:16:05

Python

最后,一个很棒的Django通知系统。 有关该软件包的完整文档,请访问 概述 也许您有想要发送通知的Django应用程序? 好吧,我们当然也有其中的一部分。 你猜怎么着? 我们厌倦了编写代码来一遍又一遍地创建和发送各种类型的消息! 因此,我们创建了此程序包,以简化将来的项目。 希望它也会对您有所帮助。 这是您得到的东西: 一些非常重要的Django模型: Notification :单个通知。 足够灵活以处理许多不同类型的通知。 NotificationTarget : NotificationTarget的目标。 电子邮件,短信等 TargetUserRecord :有关给定目标中的用户的信息(例如,“电子邮件”目标中的“地址”)。 NotificationOptOut :跟踪用户选择退出的单一位置。 您不希望垃圾邮件警察追随您。 内置对。 一些很酷的管理命令: 处


【文件预览】:
django-notification-system-main
----setup.py(3KB)
----.gitignore(2KB)
----requirements.txt(326B)
----MANIFEST.in(34B)
----LICENSE(1KB)
----setup.cfg(991B)
----coolpeople.md(259B)
----README.md(4KB)
----django_notification_system()
--------notification_handlers()
--------urls.py(151B)
--------__init__.py(159B)
--------models()
--------utils()
--------notification_creators()
--------tests()
--------apps.py(121B)
--------admin.py(2KB)
--------migrations()
--------management()
--------exceptions.py(994B)
----test_project()
--------urls.py(754B)
--------__init__.py(0B)
--------asgi.py(401B)
--------wsgi.py(401B)
--------settings.py(3KB)
----manage.py(668B)
----docs()
--------images()
--------Makefile(634B)
--------index.rst(580B)
--------conf.py(2KB)
--------_static()
--------installation.rst(2KB)
--------make.bat(795B)
--------extending.rst(12KB)
--------models.rst(9KB)
--------introduction.rst(2KB)
--------utility_functions.rst(10KB)
--------management_commands.rst(5KB)

网友评论