Parcourir la source

Merge branch 'release/v0.0.8'

Jérôme BUISINE il y a 4 ans
Parent
commit
3415b2868f

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ python links/generate/generate_experiment_link.py --experiment AreSameImagesRand
 
 Generate experiment links for each user (file saved into `expe` folder):
 ```sh
-python links/generate/generate_experiment.py --data data/expe1.csv --scenes 2 --users 150 --userId 1 --output expe1_user_links.csv
+python links/generate/generate_experiment.py --data links/media/data/expe1.csv --scenes 2 --users 150 --userId 1 --output expe1_user_links.csv
 ```
 
 - `userId`: tell if an userId is used or not (use of index of line from generated output file)

+ 1 - 1
links/templates/base.html

@@ -8,7 +8,7 @@
         {% endblock %}
     </title>
 
-    {% load staticfiles %}
+    {% load static %}
     
     {% block stylesheets %}
         <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

+ 1 - 1
links/templates/links/files.html

@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 
-{% load staticfiles %}
+{% load static %}
 
 {% block title %}
     List of files

+ 1 - 1
links/templates/links/links.html

@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 
-{% load staticfiles %}
+{% load static %}
 
 {% block title %}
     Links list