mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
6 lines
104 B
Python
6 lines
104 B
Python
from django.urls import include, path
|
|
|
|
urlpatterns = [
|
|
path("anymail/", include("anymail.urls")),
|
|
]
|