Skip to content

Commit

Permalink
Fix dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
kdsuneraavinash committed Feb 20, 2024
1 parent 096dddf commit 892bc04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ following the instructions in the mailhog [repository](https://github.com/mailho

Set `USE_MAIL_HOG` to `True` and run `MailHog` to capture outgoing emails.

```bash
$ USE_MAIL_HOG=True python manage.py runserver
```
```bash
$ USE_MAIL_HOG=True python manage.py runserver
```

Or you may use `Run Server + MailHog` configuration in the IDE. (This will not run MailHog, only the server will run
with `USE_MAIL_HOG=True`)
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ django-constance[database]==3.1.0
django-storages[boto3]==1.14.2
celery==5.3.6
django-celery-results==2.5.1
django_celery_beat==2.5.0
# django_celery_beat==2.5.0
# https://github.com/celery/django-celery-beat/issues/680
git+https://github.com/celery/django-celery-beat.git@cd41f68895ec114cd971479e2108c0f3c47554c7

# ---------------------------------------- Testing and Code Quality
pre-commit==3.6.2
Expand Down

0 comments on commit 892bc04

Please sign in to comment.