attempting to speed up
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{% include "monitorjobs.html" %}
|
{% include "monitorjobs.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -8,6 +15,7 @@
|
|||||||
{% block title %}{{ course.name }} {% endblock %}
|
{% block title %}{{ course.name }} {% endblock %}
|
||||||
{% block og_title %}{{ course.name }} {% endblock %}
|
{% block og_title %}{{ course.name }} {% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
<h1>{{ course.name }}</h1>
|
<h1>{{ course.name }}</h1>
|
||||||
|
|
||||||
<ul class="main-content">
|
<ul class="main-content">
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{% include "monitorjobs.html" %}
|
{% include "monitorjobs.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -8,6 +15,7 @@
|
|||||||
{% block title %}{{ course.name }} {% endblock %}
|
{% block title %}{{ course.name }} {% endblock %}
|
||||||
{% block og_title %}{{ course.name }} {% endblock %}
|
{% block og_title %}{{ course.name }} {% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
<h1>Replace {{ course.name }}</h1>
|
<h1>Replace {{ course.name }}</h1>
|
||||||
|
|
||||||
<ul class="main-content">
|
<ul class="main-content">
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{% include "monitorjobs.html" %}
|
{% include "monitorjobs.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -8,6 +15,7 @@
|
|||||||
{% block title %}{{ course.name }} {% endblock %}
|
{% block title %}{{ course.name }} {% endblock %}
|
||||||
{% block og_title %}{{ course.name }} {% endblock %}
|
{% block og_title %}{{ course.name }} {% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
<h1>{{ course.name }}</h1>
|
<h1>{{ course.name }}</h1>
|
||||||
|
|
||||||
<ul class="main-content">
|
<ul class="main-content">
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{% include "monitorjobs.html" %}
|
{% include "monitorjobs.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -8,6 +15,7 @@
|
|||||||
{% block title %}{{ course.name }} {% endblock %}
|
{% block title %}{{ course.name }} {% endblock %}
|
||||||
{% block og_title %}{{ course.name }} {% endblock %}
|
{% block og_title %}{{ course.name }} {% endblock %}
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
<h1>{{ course.name }}</h1>
|
<h1>{{ course.name }}</h1>
|
||||||
<div class="mapdiv">
|
<div class="mapdiv">
|
||||||
{{ mapdiv|safe }}
|
{{ mapdiv|safe }}
|
||||||
|
|||||||
@@ -59,10 +59,7 @@
|
|||||||
|
|
||||||
<ul class="main-content">
|
<ul class="main-content">
|
||||||
<li class="grid_2" style="min-height:200px;">
|
<li class="grid_2" style="min-height:200px;">
|
||||||
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
<script async="true" src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
||||||
<script async="true" type="text/javascript">
|
|
||||||
Bokeh.set_log_level("info");
|
|
||||||
</script>
|
|
||||||
|
|
||||||
{{ interactiveplot |safe }}
|
{{ interactiveplot |safe }}
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,15 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
{% block title %}{{ workout.name }} {% endblock %}
|
{% block title %}{{ workout.name }} {% endblock %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
|
|
||||||
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
<script src="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.js"></script>
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block title %}Planned Session{% endblock %}
|
{% block title %}Planned Session{% endblock %}
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block title %}Rowsandall Virtual Race{% endblock %}
|
{% block title %}Rowsandall Virtual Race{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block title %}Rowsandall Virtual Race{% endblock %}
|
{% block title %}Rowsandall Virtual Race{% endblock %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
{% load tz %}
|
{% load tz %}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
{% extends "newbase.html" %}
|
{% extends "newbase.html" %}
|
||||||
{% load staticfiles %}
|
{% load staticfiles %}
|
||||||
{% load rowerfilters %}
|
{% load rowerfilters %}
|
||||||
|
{% load leaflet_tags %}
|
||||||
|
|
||||||
|
{% block meta %}
|
||||||
|
{% leaflet_js %}
|
||||||
|
{% leaflet_css %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{% include "monitorjobs.html" %}
|
{% include "monitorjobs.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ MIDDLEWARE = [
|
|||||||
'django.middleware.common.CommonMiddleware',
|
'django.middleware.common.CommonMiddleware',
|
||||||
'django.middleware.common.BrokenLinkEmailsMiddleware',
|
'django.middleware.common.BrokenLinkEmailsMiddleware',
|
||||||
'django.middleware.gzip.GZipMiddleware',
|
'django.middleware.gzip.GZipMiddleware',
|
||||||
# 'htmlmin.middleware.HtmlMinifyMiddleware',
|
'htmlmin.middleware.HtmlMinifyMiddleware',
|
||||||
# 'htmlmin.middleware.MarkRequestMiddleware',
|
# 'htmlmin.middleware.MarkRequestMiddleware',
|
||||||
'django.middleware.csrf.CsrfViewMiddleware',
|
'django.middleware.csrf.CsrfViewMiddleware',
|
||||||
'django.middleware.security.SecurityMiddleware',
|
'django.middleware.security.SecurityMiddleware',
|
||||||
@@ -103,7 +103,7 @@ MIDDLEWARE = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
ROOT_URLCONF = 'rowsandall_app.urls'
|
ROOT_URLCONF = 'rowsandall_app.urls'
|
||||||
#HTML_MINIFY = True
|
HTML_MINIFY = True
|
||||||
|
|
||||||
#EXCLUDE_FROM_MINIFYING = ('^rowers/flexall',
|
#EXCLUDE_FROM_MINIFYING = ('^rowers/flexall',
|
||||||
# '^rowers/list-workouts',
|
# '^rowers/list-workouts',
|
||||||
|
|||||||
1
static/css/bokeh-1.0.4.min.css
vendored
Normal file
1
static/css/bokeh-1.0.4.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
static/css/bokeh-widgets-1.0.4.min.css
vendored
Normal file
4
static/css/bokeh-widgets-1.0.4.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -10,23 +10,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{% block title %}Rowsandall Rowing Data Analytics{% endblock %}</title>
|
<title>{% block title %}Rowsandall Rowing Data Analytics{% endblock %}</title>
|
||||||
{% block scripts %} {% endblock %}
|
|
||||||
|
|
||||||
<script type="text/javascript" src="/jsi18n/"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/core.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/jquery.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/jquery.init.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/admin/RelatedObjectLookups.js">
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/calendar.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/urlify.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/prepopulate.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/vendor/xregexp/xregexp.min.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/SelectBox.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/SelectFilter2.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/admin/DateTimeShortcuts.js"></script>
|
|
||||||
<script type="text/javascript" src="/static/admin/js/inlines.js"></script>
|
|
||||||
<script src="/static/cookielaw/js/cookielaw.js"></script>
|
|
||||||
{% analytical_head_top %}
|
{% analytical_head_top %}
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.css" type="text/css" />
|
<link rel="stylesheet" href="https://cdn.pydata.org/bokeh/release/bokeh-1.0.4.min.css" type="text/css" />
|
||||||
@@ -58,14 +41,12 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="/static/admin/css/widgets.css"/>
|
<link rel="stylesheet" type="text/css" href="/static/admin/css/widgets.css"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/css/resetnew.css" />
|
<link rel="stylesheet" href="/static/css/resetnew.css" />
|
||||||
<link rel="stylesheet" href="/static/fontawesome/css/fontawesome.css">
|
<link rel="stylesheet" href="/static/fontawesome/css/fontawesome.min.css">
|
||||||
<link rel="stylesheet" href="/static/fontawesome/css/all.css">
|
<link rel="stylesheet" href="/static/fontawesome/css/all.min.css">
|
||||||
<link rel="stylesheet" href="/static/css/styles2.css">
|
<link rel="stylesheet" href="/static/css/styles2.css">
|
||||||
<link rel="stylesheet" href="/static/css/text2.css" />
|
<link rel="stylesheet" href="/static/css/text2.css" />
|
||||||
<link rel="stylesheet" href="/static/css/rowsandall2.css" />
|
<link rel="stylesheet" href="/static/css/rowsandall2.css" />
|
||||||
{% block meta %} {% endblock %}
|
{% block meta %} {% endblock %}
|
||||||
{% leaflet_js %}
|
|
||||||
{% leaflet_css %}
|
|
||||||
<div id="fb-root"></div>
|
<div id="fb-root"></div>
|
||||||
<script>(function(d, s, id) {
|
<script>(function(d, s, id) {
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
var js, fjs = d.getElementsByTagName(s)[0];
|
||||||
@@ -95,16 +76,22 @@
|
|||||||
return t;
|
return t;
|
||||||
}(document, "script", "twitter-wjs"));</script>
|
}(document, "script", "twitter-wjs"));</script>
|
||||||
|
|
||||||
<script type='text/javascript'
|
<script id="script-batch" type="text/javascript">
|
||||||
src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>
|
(function(d){
|
||||||
|
var js = d.createElement('script'); js.async = true; js.defer = true;
|
||||||
|
js.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
|
||||||
|
d.getElementsByTagName('head')[0].appendChild(js);
|
||||||
|
}(document));
|
||||||
</script>
|
</script>
|
||||||
<script
|
|
||||||
|
|
||||||
|
<script defer
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
async defer
|
|
||||||
src="//assets.pinterest.com/js/pinit.js"
|
src="//assets.pinterest.com/js/pinit.js"
|
||||||
>
|
>
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
window.addEventListener('DOMContentLoaded', function() {
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
var accordionsMenu = $('.cd-accordion-menu');
|
var accordionsMenu = $('.cd-accordion-menu');
|
||||||
|
|
||||||
@@ -120,14 +107,17 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
window.addEventListener('DOMContentLoaded', function() {
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
var active = "#{{ active }}";
|
var active = "#{{ active }}";
|
||||||
$(active).addClass("nav-active");
|
$(active).addClass("nav-active");
|
||||||
});
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
{% analytical_head_bottom %}
|
{% analytical_head_bottom %}
|
||||||
</head>
|
</head>
|
||||||
@@ -312,7 +302,7 @@
|
|||||||
|
|
||||||
<ad class="ad">
|
<ad class="ad">
|
||||||
{% if request|announcements %}
|
{% if request|announcements %}
|
||||||
<h1>What's New?</h1>
|
<h1>News</h1>
|
||||||
{% for a in request|announcements %}
|
{% for a in request|announcements %}
|
||||||
<div class="site-announcement-box">
|
<div class="site-announcement-box">
|
||||||
<div class="site-announcement-white">
|
<div class="site-announcement-white">
|
||||||
@@ -421,21 +411,36 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<script
|
{% block scripts %} {% endblock %}
|
||||||
type='text/javascript'
|
|
||||||
src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>
|
<script defer type="text/javascript" src="/jsi18n/"></script>
|
||||||
</script>
|
<script defer type="text/javascript" src="/static/admin/js/core.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/jquery.min.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/jquery.init.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/admin/RelatedObjectLookups.js">
|
||||||
|
</script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/calendar.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/urlify.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/prepopulate.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/vendor/xregexp/xregexp.min.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/SelectBox.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/SelectFilter2.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/admin/DateTimeShortcuts.js"></script>
|
||||||
|
<script defer type="text/javascript" src="/static/admin/js/inlines.js"></script>
|
||||||
|
<script src="/static/cookielaw/js/cookielaw.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
window.addEventListener('DOMContentLoaded', function() {
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#id-logout").click( function() {
|
$("#id-logout").click( function() {
|
||||||
localStorage.clear();
|
localStorage.clear();
|
||||||
console.log('cleared storage');
|
console.log('cleared storage');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
<script type='text/javascript'
|
|
||||||
src='https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js'>
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$( document ).ready(function() {
|
$( document ).ready(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user