nephila/djangocms-helper

View on GitHub
tests/test_utils/example1/urls.py

Summary

Maintainability
A
0 mins
Test Coverage
from django.urls import path

from .views import hello

urlpatterns = [path("/hello", hello, name="hello")]  # NOQA