Skip to content

Commit 8ac4acb

Browse files
committed
The changes made in this commit include:
- Deleted the entire contents of the `urls.py` file in the `signal_documentation` directory.
1 parent 8bfad45 commit 8ac4acb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/signal_documentation/urls.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
"""
2-
URL configuration for signal_documentation project.
3-
4-
The `urlpatterns` list routes URLs to views. For more information please see:
5-
https://docs.djangoproject.com/en/4.2/topics/http/urls/
6-
Examples:
7-
Function views
8-
1. Add an import: from my_app import views
9-
2. Add a URL to urlpatterns: path('', views.home, name='home')
10-
Class-based views
11-
1. Add an import: from other_app.views import Home
12-
2. Add a URL to urlpatterns: path('', Home.as_view(), name='home')
13-
Including another URLconf
14-
1. Import the include() function: from django.urls import include, path
15-
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
16-
"""
171
from django.conf import settings
182
from django.conf.urls.static import static
193
from django.contrib import admin

0 commit comments

Comments
 (0)