4 lines
79 B
Python
4 lines
79 B
Python
from django.contrib import admin
|
|
from django.urls import path
|
|
urlpatterns = []
|