Browse Source
import requests
included import requests
pull/147/head
Pawan Kotak
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
welcome/views.py
|
|
|
@ -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): |
|
|
|
|