Skip to main content

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

Apexive OSS

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-df-notifications-1.2.1.post1.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_df_notifications-1.2.1.post1-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

Details for the file django-df-notifications-1.2.1.post1.tar.gz.

File metadata

File hashes

Hashes for django-df-notifications-1.2.1.post1.tar.gz
Algorithm Hash digest
SHA256 5e069d49d36859b3cbae2986fa4b45461e1b5e136ff0e6a6f385c0500a204f40
MD5 2cd99b3c4e8e76e79ba3cf8416076433
BLAKE2b-256 ec343786c0764a949302681c09bb3739c02e19c73a09afb094805e93cb8e8090

See more details on using hashes here.

File details

Details for the file django_df_notifications-1.2.1.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_df_notifications-1.2.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 76edd4e08517763a2e6049be27b9498d93eca84fbf7cc42a772d8a1206a77ad9
MD5 39a5d65de873e95776d2165a1f9cad82
BLAKE2b-256 246d204f995da04d01c8e01cca07a9859bc84502e96a55396bc3db6e719fe4b7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page