Opinionated Django Omnichannel Notifications.
Project description
Djangoflow Omnichannel Notifications
Opinionated Django Omnichannel Notifications
Principles
-
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.
Endpoints
devices/
action-categories/
Data model
...
Views and templates
...
Development
Running test application.
Here you can check admin and API endpoints.
python3 -m venv venv
. venv/bin/activate
pip install -e .[test]
./manage.py runserver
Running tests
# Without coverage report
make test
# With coverage report
make test-cov
Deploying new version
Change version in setup.cfg
and push new tag to main branch.
git tag 0.0.x
git push --tags
Other modules and links out there
...
Sponsors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-df-notifications-1.2.7.tar.gz
.
File metadata
- Download URL: django-df-notifications-1.2.7.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e989baebd0270f827bb2682476b945e39a686c555b558a5437e6fa0bb9db15d |
|
MD5 | 24f3c0d24f0c727dcf5fc678dd0e527d |
|
BLAKE2b-256 | 9f1501bf3dfc77f1f52b4753ccb3e4f3e6c23097277ce8542e4c390c2f84c0ae |
File details
Details for the file django_df_notifications-1.2.7-py3-none-any.whl
.
File metadata
- Download URL: django_df_notifications-1.2.7-py3-none-any.whl
- Upload date:
- Size: 20.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438b47a3429be4a41a7feeb28098a023a575766a53846a3bc504ead25372a606 |
|
MD5 | f39aa5509539f0a131be3fd7e9f0711a |
|
BLAKE2b-256 | 20b9fa89edcd4ce349a52e06a68d49b39048b8593a3aa72afca498f2f40205aa |