Skip to content
Snippets Groups Projects
Commit e662c060 authored by Xinjie Lan's avatar Xinjie Lan
Browse files

Update views.py

parent 8484e462
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from django.http import Http404,HttpResponseRedirect
from django.shortcuts import render_to_response
from couchdb import Server
try:
SERVER = Server('http://10.13.158.176:5984')
SERVER = Server('http://10.12.154.66:5984')
if (len(SERVER) == 0):
SERVER.create('tweet_results')
error = "no"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment