Skip to content
Snippets Groups Projects
Commit 37335ebe authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Story OSB-11: formatted code

parent 1db0dbcf
No related branches found
No related tags found
2 merge requests!89Monitoring maintenance Epic branch merge,!1Resolve OSB-13 "Monitoringmaintenance "
...@@ -13,9 +13,8 @@ Including another URLconf ...@@ -13,9 +13,8 @@ Including another URLconf
1. Import the include() function: from django.urls import include, path 1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) 2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
""" """
from django.contrib import admin
from django.conf.urls import url, include from django.conf.urls import include
from django.urls import path from django.urls import path
urlpatterns = [ urlpatterns = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment