From 262a34b6259af5c65bed34e92b56ae26f70bbf10 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Wed, 17 Sep 2014 17:21:13 +0530 Subject: added favicon, changed tornado port --- static/website/images/favicon.ico | Bin 0 -> 4286 bytes static/website/templates/index.html | 1 + tornado_main.py | 2 +- website/templates/index.html | 129 ------------------------------------ 4 files changed, 2 insertions(+), 130 deletions(-) create mode 100644 static/website/images/favicon.ico delete mode 100644 website/templates/index.html diff --git a/static/website/images/favicon.ico b/static/website/images/favicon.ico new file mode 100644 index 0000000..273cd7e Binary files /dev/null and b/static/website/images/favicon.ico differ diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 88abbf8..10ad140 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -8,6 +8,7 @@ + {% dajaxice_js_import %} diff --git a/tornado_main.py b/tornado_main.py index d50fae9..534a5a6 100644 --- a/tornado_main.py +++ b/tornado_main.py @@ -14,7 +14,7 @@ import tornado.web import tornado.wsgi import os -define('port', type=int, default=8000) +define('port', type=int, default=8080) # Custom settings from soc.settings import PROJECT_DIR diff --git a/website/templates/index.html b/website/templates/index.html deleted file mode 100644 index 88abbf8..0000000 --- a/website/templates/index.html +++ /dev/null @@ -1,129 +0,0 @@ -{% load static %} -{% load dajaxice_templatetags %} - - - Scilab on Cloud - - - - - - {% dajaxice_js_import %} - - -
-
-
- - - Scilab on Cloud - - -
-
-
-
-
-
-
- - - +Contributor -
-
-
-
-
-
-
- -
- -
-
- Execute - -
- - -
- Report bug / Give Feedback - -
- - Disclaimer: Scilab is a trademark of Inria - (registered at the INPI for France and the rest of the World) - and Scilab Enterprises is granted exclusive rights for - Scilab Trademark. - - Copyright IIT Bombay -
-
-
-
- -
-
-
- -
-
-
- -
-
- - - - - - - - - - {% csrf_token %} - - -- cgit