Browse Source

import requests

included import requests
pull/147/head
Pawan Kotak 5 years ago
committed by GitHub
parent
commit
3abbc30bfc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      welcome/views.py

+ 2
- 0
welcome/views.py View File

@ -6,6 +6,8 @@ from django.http import HttpResponse
from . import database
from .models import PageView
import requests
# Create your views here.
def index(request):


Loading…
Cancel
Save