Code Monkey home page Code Monkey logo

notif-mgmt's Introduction

Nōtifs Agent Management

notif-mgmt is a Python/Django-based Web application for managing a user's notifications, authorizations, and rules and methods for user alerts. It also provides the API for authorizing new notifiers. It works alongside the notif-agent package, which runs continuously as a daemon for processing incoming notifications.

This Nōtifs agent uses the PostgreSQL database. This is a change from earlier versions that had used MongoDB because of the lack of MongoDB support in current, supported versions of Django.

The notif-mgmt code uses and has been tested with:

  • Python 3.7.3
  • Django 3.0.7
  • PostgreSQL 11.7
  • ZURB Foundation 5.5.1

Caveats

This software has not yet been extensively tested for security, and should be treated with caution. In particular, the multitenant capabilities (multiple users, each with their own notifications, authorizations, etc.) are thought to be incomplete.

Installation

It is assumed that you have some familiarity with Django application structure; if not, please refer to the documentation.

The notif/settings.py file will need particular attention. It contains domain names and the like, but also has site-specific secret values that have been removed from the version on the repository.

Note that when running the code in production (with DEBUG turned off in the configuration file), it is necessary to move the static files to a separate location, normally hosted directly directly from a web server such as Apache or nginx. Refer to the Django Deployment Checklist for more information on putting the server into production.

notif-mgmt's People

Contributors

jimfenton avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.