From 41988f8e92ea5a273e22a7176481cf2f4bd88b5b Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Thu, 26 Nov 2020 17:22:44 +0300 Subject: delete environments html pagE --- wqflask/wqflask/templates/environments.html | 83 ----------------------------- 1 file changed, 83 deletions(-) delete mode 100644 wqflask/wqflask/templates/environments.html diff --git a/wqflask/wqflask/templates/environments.html b/wqflask/wqflask/templates/environments.html deleted file mode 100644 index 5ef91a95..00000000 --- a/wqflask/wqflask/templates/environments.html +++ /dev/null @@ -1,83 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Environments{% endblock %} - -{% block content %} -
-

System Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Operating System
Ubuntu12.04.5 LTS 64-bithttp://www.ubuntu.com/Free software licenses (mainly GPL)
Database
MySQL5.5.40http://www.mysql.com/GPL (version 2) or proprietary
Python
Python2.7.3http://www.python.org/Python Software Foundation License
Flask0.9http://flask.pocoo.org/BSD
Jinja22.6http://jinja.pocoo.org/BSD
NumPy1.7.0http://www.numpy.org/BSD-new
SciPy0.11.0http://www.scipy.org/BSD-new
JavaScript / CSS
jQuery1.10.2http://jquery.com/MIT
Bootstrap2.3.1http://getbootstrap.com/MIT License (Apache License 2.0 prior to 3.1.0)
DataTables1.9.4http://www.datatables.net/MIT
CKEditor4.4.5http://ckeditor.com/GPL, LGPL and MPL
-
-{% endblock %} -- cgit 1.4.1