
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
django-df-notifications
Advanced tools
Opinionated Django Omnichannel Notifications
Opinionated: Create a set of strict guidelines to be followed by the users and developers. Well defined and consistent guidelines reduces errors and unwanted side-effects. Framework should be easy to understand, implement and maintain.
Secure: Follow the industry best practices secure software development; communications; storage as well as long term maintenance. Always evaluate the risk and trade-offs in appropriate contexts.
Clean code: Strictly follow DRY principle; write your code for other developers to understand; document and keep documentation updated; automate testing your code, packaging, deployments and other processes; discuss your ideas before implementing unless you are absolutely sure; be a good craftsmen.
Open: Offer source code and related artifacts under open source licenses. Build and manage a collaborative community where everyone is welcome.
Configurable: Provide ways to change behavior, appearance and offer extension points everywhere possible.
Reuse: Do not reinvent the wheel. Use existing high-quality modules as much as possible.
devices/
action-categories/
...
...
Here you can check admin and API endpoints.
python3 -m venv venv
. venv/bin/activate
pip install -e .[test]
./manage.py runserver
# Without coverage report
make test
# With coverage report
make test-cov
Change version in setup.cfg
and push new tag to main branch.
git tag 0.0.x
git push --tags
...
FAQs
Opinionated Django Omnichannel Notifications.
We found that django-df-notifications demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.