Notification Django app

Prerequisites

Setup

  • Clone the repo

  • Build and Run following with the local env vars checked in VCS

    $ docker-compose -f local.yml build django
    $ docker-compose -f local.yml up -d django
    
  • Create a superuser with following command.

 $ docker-compose -f local.yml run django python manage.py createsuperuser

Additional third party package used

Credits