TEMPLATES done for dj 1.9.13

This commit is contained in:
Philip Sargent
2020-06-17 21:27:01 +01:00
parent 660479d692
commit 4941d230e2
3 changed files with 42 additions and 4 deletions

View File

@@ -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(),
),
]

View File

@@ -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,