test-farid/core/urls.py

9 lines
114 B
Python
Raw Normal View History

2022-09-25 23:46:58 +00:00
from django.contrib import admin
from django.urls import include, path
app_name = 'core'
urlpatterns = [
]