web_AI-5/django/didgeridoo/currencies/urls.py
Ivan Hörler 776f81b3c9 testpush
2017-12-19 21:28:05 +01:00

8 lines
132 B
Python

from django.conf.urls import url
from currencies.views import currencies
urlpatterns = [
url(r'^currencies/$', currencies),
]