From 9ddc930a42f05bde72dbaa1182dbe0424113815f Mon Sep 17 00:00:00 2001 From: tanmay-007 <92100397+tanmay-007@users.noreply.github.com> Date: Fri, 8 Oct 2021 17:00:42 +0530 Subject: [PATCH] Update url.py --- blog_with_django/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blog_with_django/urls.py b/blog_with_django/urls.py index 562e05a..107d935 100644 --- a/blog_with_django/urls.py +++ b/blog_with_django/urls.py @@ -1,5 +1,6 @@ from django.contrib import admin from django.urls import path, include +import urllib2 urlpatterns = [