Project-Stage-Academy / UA_1155_alpha

UA-1155.Python Project Stage alpha group
3 stars 0 forks source link

Added celery task for project subscription/Finish notifications implementation #100

Closed AlexanderSychev2005 closed 1 month ago

AlexanderSychev2005 commented 1 month ago

How to test notifications for project subscription:

  1. Run the server with python manage.py runserver.
  2. Run celery worker with celery -A forum worker -l info -P gevent.
  3. Run .../api/projects/{pk}/add_subscriber/ - To subscribe to the project as an investor.
  4. Check the startup email and Mongodb for a new notification.

image image