Update app.py
Browse files
app.py
CHANGED
@@ -63,87 +63,6 @@ for db in DATABASES:
|
|
63 |
|
64 |
|
65 |
|
66 |
-
@app.route('/settings', methods=['GET'])
|
67 |
-
def settings():
|
68 |
-
return render_template('settings.html')
|
69 |
-
|
70 |
-
|
71 |
-
@app.route('/online', methods=['GET'])
|
72 |
-
def onli():
|
73 |
-
return render_template('online.html')
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
@app.route('/ver', methods=['GET'])
|
82 |
-
def veref():
|
83 |
-
return render_template('ver.html')
|
84 |
-
|
85 |
-
@app.route('/se_mes', methods=['GET'])
|
86 |
-
def se_mes():
|
87 |
-
return render_template('se_mes.html')
|
88 |
-
|
89 |
-
@app.route('/se_mes_im', methods=['GET'])
|
90 |
-
def se_mes_im():
|
91 |
-
return render_template('se_mes_im.html')
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
@app.route('/se_mes_ran', methods=['GET'])
|
96 |
-
def se_mes_ran():
|
97 |
-
return render_template('se_mes_ran.html')
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
@app.route('/se_mes_im_ran', methods=['GET'])
|
102 |
-
def se_mes_im_ran():
|
103 |
-
return render_template('se_mes_im_ran.html')
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
@app.route('/se_mes_im2', methods=['GET'])
|
111 |
-
def se_mes_im2():
|
112 |
-
return render_template('se_mes_im2.html')
|
113 |
-
|
114 |
-
@app.route('/se_mes_f', methods=['GET'])
|
115 |
-
def se_mes_f():
|
116 |
-
return render_template('se_mes_f.html')
|
117 |
-
|
118 |
-
@app.route('/up_gr', methods=['GET'])
|
119 |
-
def up_gr():
|
120 |
-
return render_template('up_gr.html')
|
121 |
-
|
122 |
-
@app.route('/up_user_gp', methods=['GET'])
|
123 |
-
def up_user_gp():
|
124 |
-
return render_template('up_user_gp.html')
|
125 |
-
|
126 |
-
@app.route('/del_user_gp', methods=['GET'])
|
127 |
-
def del_user_gp():
|
128 |
-
return render_template('del_user_gp.html')
|
129 |
-
|
130 |
-
@app.route('/up_ad', methods=['GET'])
|
131 |
-
def up_ad():
|
132 |
-
return render_template('up_ad.html')
|
133 |
-
|
134 |
-
@app.route('/del_ad', methods=['GET'])
|
135 |
-
def del_ad():
|
136 |
-
return render_template('del_ad.html')
|
137 |
-
|
138 |
-
@app.route('/se_opr', methods=['GET'])
|
139 |
-
def se_opr():
|
140 |
-
return render_template('se_opr.html')
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
@app.route('/online', methods=['GET'])
|
145 |
-
def online():
|
146 |
-
return render_template('online.html')
|
147 |
|
148 |
@app.route('/upload', methods=['POST'])
|
149 |
def upload_file():
|
|
|
63 |
|
64 |
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
@app.route('/upload', methods=['POST'])
|
68 |
def upload_file():
|