فهرست منبع

Added ny times into views

Marco Quezada 10 سال پیش
والد
کامیت
aed27b1145
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hackathon_starter/hackathon/views.py

+ 1 - 1
hackathon_starter/hackathon/views.py

@@ -20,7 +20,7 @@ from scripts.instagram import *
 from scripts.scraper import steamDiscounts
 from scripts.quandl import *
 from scripts.twitter import TwitterOauthClient
-
+from scripts.nytimes import *
 # Python
 import oauth2 as oauth
 from rest_framework.renderers import JSONRenderer