mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 16:10:49 +03:00
Updated django-mailgun requirement
This not only has a nice feature, it also improves Python 3 support.
This commit is contained in:
parent
a37b35e50f
commit
7c2777734b
|
@ -17,7 +17,7 @@ Collectfast==0.2.3
|
||||||
|
|
||||||
# Mailgun Support
|
# Mailgun Support
|
||||||
# ---------------
|
# ---------------
|
||||||
django-mailgun==0.6.0
|
django-mailgun==0.7.2
|
||||||
|
|
||||||
{% if cookiecutter.use_sentry == "y" -%}
|
{% if cookiecutter.use_sentry == "y" -%}
|
||||||
# Raven is the Sentry client
|
# Raven is the Sentry client
|
||||||
|
|
Loading…
Reference in New Issue
Block a user