initial rasaddam backend project
This commit is contained in:
8
config/urls.py
Normal file
8
config/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import (
|
||||
include,
|
||||
path,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
path("", include("apps.core.urls")),
|
||||
]
|
||||
Reference in New Issue
Block a user