File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
script :
10
10
- python manage.py makemigrations
11
11
- python manage.py migrate
12
- - python manage.py test
12
+ - python manage.py test
Original file line number Diff line number Diff line change 1
1
{% comment %}
2
- !!ADD VERSION TO WZRD!!
3
-
4
-
5
2
Template for rendering visualizations.
6
3
7
4
1. Obtain visualization for iframe with URL /visualization/< url _name > /< visualization _name > /
25
22
{% for dependency in js_dependencies %}
26
23
< script type ="application/x-javascript " src ="{{dependency.js_url}} "> </ script >
27
24
{% endfor %}
28
- < script type ="application/x-javascript " src ="{{sniper_data.wzrd_url}}@{{sniper_data .version}} "> </ script >
25
+ < script type ="application/x-javascript " src ="{{sniper_data.wzrd_url}}@{{component .version}} "> </ script >
29
26
</ head >
30
27
< body >
31
28
< div id ="placeholderDiv " style ="display: none ">
You can’t perform that action at this time.
0 commit comments