PCv5/account/urls.py

8 lines
80 B
Python
Raw Normal View History

from django.conf.urls import url
2016-10-02 17:07:47 +02:00
import account.views as v
urlpatterns = [
2017-04-01 20:20:01 +02:00
]