add import

This commit is contained in:
Juliette Luiselli 2019-04-08 20:07:38 +02:00
parent 6f9b9e4127
commit 9f254fc839

View file

@ -13,6 +13,7 @@ Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
from django.conf import settings
from django.contrib import admin
from django.urls import path, include