Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 45c5188

Browse files
committed
refactory: fixed
1 parent 7f2c081 commit 45c5188

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

SignIn/views.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# -*- coding:utf-8 -*-
2-
import datetime
32

4-
from django.db.models import Q
53
from django.http import JsonResponse
64
from django.shortcuts import render
75
from django.shortcuts import HttpResponse

start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ server {
8888
listen 80;
8989
server_name 0.0.0.0;
9090
proxy_connect_timeout 600;
91-
proxy_read_timeout 600;
92-
proxy_send_timeout 600;
91+
proxy_read_timeout 600;
92+
proxy_send_timeout 600;
9393
charset UTF-8;
9494
access_log /home/wwwroot/tiebaProject/access_log;
9595
error_log /home/wwwroot/tiebaProject/error_log;

0 commit comments

Comments
 (0)