Skip to content

Commit

Permalink
import url patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 16, 2024
1 parent a403e4f commit c05b94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/urls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""

from .handlers import handler400, handler403, handler404, handler500
from .patterns import get_urlpatterns
from .patterns import get_urlpatterns, UrlPatterns

0 comments on commit c05b94c

Please sign in to comment.