mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
8 lines
92 B
Python
8 lines
92 B
Python
from django.urls import path
|
|
from .views import *
|
|
|
|
app_name = "user"
|
|
urlpatterns = [
|
|
|
|
]
|