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

Commit

Permalink
refactory: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosx committed Jan 4, 2020
1 parent 7f2c081 commit 45c5188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions SignIn/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# -*- coding:utf-8 -*-
import datetime

from django.db.models import Q
from django.http import JsonResponse
from django.shortcuts import render
from django.shortcuts import HttpResponse
Expand Down
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ server {
listen 80;
server_name 0.0.0.0;
proxy_connect_timeout 600;
proxy_read_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
proxy_send_timeout 600;
charset UTF-8;
access_log /home/wwwroot/tiebaProject/access_log;
error_log /home/wwwroot/tiebaProject/error_log;
Expand Down

0 comments on commit 45c5188

Please sign in to comment.