A mailing list manager that will let users start mailing lists, sign up for mailing lists, and then message people.
The purpose of this project is to develope mailing service by using Django framework. Overview of Django build in class-based views. Get familiar with popular Python distributed task queue Celery
The idea and fundamentals for this project was taken from book "Building Django 2.0 Web Applications"
Python >=3.8
Dependencies can be installed using pipenv:
$ pipenv install --dev
Run the virtual enviroment:
$ pipenv shell
Run Django development server:
$ python3 manage.py runserver