summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/migrations/0002_auto_20200617_1631.py34
-rw-r--r--core/views_statistics.py2
2 files changed, 35 insertions, 1 deletions
diff --git a/core/migrations/0002_auto_20200617_1631.py b/core/migrations/0002_auto_20200617_1631.py
new file mode 100644
index 0000000..6a6abe4
--- /dev/null
+++ b/core/migrations/0002_auto_20200617_1631.py
@@ -0,0 +1,34 @@
+# -*- coding: utf-8 -*-
+from __future__ import unicode_literals
+
+from django.db import models, migrations
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('core', '0001_initial'),
+ ]
+
+ operations = [
+ migrations.AlterField(
+ model_name='survexblock',
+ name='legsall',
+ field=models.IntegerField(),
+ ),
+ migrations.AlterField(
+ model_name='survexblock',
+ name='legssplay',
+ field=models.IntegerField(),
+ ),
+ migrations.AlterField(
+ model_name='survexblock',
+ name='legssurfc',
+ field=models.IntegerField(),
+ ),
+ migrations.AlterField(
+ model_name='survexblock',
+ name='totalleglength',
+ field=models.FloatField(),
+ ),
+ ]
diff --git a/core/views_statistics.py b/core/views_statistics.py
index bd71a1f..5419c66 100644
--- a/core/views_statistics.py
+++ b/core/views_statistics.py
@@ -51,7 +51,7 @@ def pathsreport(request):
"SURVEYS" : SURVEYS,
"SURVEYS_URL" : SURVEYS_URL,
"SVX_URL" : SVX_URL,
- "TEMPLATE_DIRS" : TEMPLATE_DIRS,
+# "TEMPLATE_DIRS" : TEMPLATE_DIRS,
"THREEDCACHEDIR" : THREEDCACHEDIR,
# "TINY_MCE_MEDIA_ROOT" : TINY_MCE_MEDIA_ROOT,
# "TINY_MCE_MEDIA_URL" : TINY_MCE_MEDIA_URL,