fmarchenko / mailganer-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mailganer test

Start project

  1. Run all services with docker compose
docker-compose up -d
1.1. Load test data
```sh
docker-compose exec web ./manage.py loaddata ./fixtures/initial_data.json
```
1.2. Create superuser (optional)
```sh
docker-compose exec web ./manage.py changepassword admin
```
  1. Enter to Django admin interface: http://localhost:8000/admin/.

    Default credentials:

    • username: admin
    • password: Zaq1Xsw2
  2. For looking sending emails in console use the next command:

docker-compose logs -f celery
  1. Create Event for send emails use this url: http://localhost:8000/events/

  2. Flower for monitoring Celery tasks: http://localhost:8005/tasks

About


Languages

Language:Python 99.4%Language:Dockerfile 0.5%Language:HTML 0.1%