init commit
This commit is contained in:
8
smartsoltech/smartsoltech/urls.py
Normal file
8
smartsoltech/smartsoltech/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# smartsoltech/urls.py
|
||||
from django.contrib import admin
|
||||
from django.urls import path, include
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('', include('web.urls')), # Включаем маршруты приложения web
|
||||
]
|
||||
Reference in New Issue
Block a user