Parcourir la source

Add of new PR and update of README

Jérôme BUISINE il y a 4 ans
Parent
commit
988a1b1c3a
2 fichiers modifiés avec 10 ajouts et 1 suppressions
  1. 9 0
      README.md
  2. 1 1
      expe/templates/expe/expe_list.html

+ 9 - 0
README.md

@@ -55,6 +55,15 @@ You also have `stop`, `remove`, `clean` commands:
 - `remove`: stop and remove container instance if exists
 - `clean`: remove docker image if exists
 
+## Configuration
+
+Create your own admin user:
+```
+python manage.py createsuperuser
+```
+
+You can now access `/admin/results` route with your credentials in order to download experience results.
+
 ## How to contribute ?
 
 This project uses [git-flow](https://danielkummer.github.io/git-flow-cheatsheet/) to improve cooperation during the development.

+ 1 - 1
expe/templates/expe/expe_list.html

@@ -7,7 +7,7 @@
 {% endblock %}
 
 {% block content %}
-    <h2>Choose you experience and dataset</h2>
+    <h2>Choose your experience and dataset</h2>
 
     <div class="row">
         <div class="col-md-4 offset-md-4">