7 lines
112 B
Python
7 lines
112 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
from django.urls import path
|
|
|
|
urlpatterns = []
|