Преглед изворни кода

modificato: documento/templates/documento.welcome.html
nuovo file: run.sh

mauro пре 1 година
родитељ
комит
a6b4d076ed
2 измењених фајлова са 4 додато и 1 уклоњено
  1. 1 1
      documento/templates/documento.welcome.html
  2. 3 0
      run.sh

+ 1 - 1
documento/templates/documento.welcome.html

@@ -33,7 +33,7 @@
     <table class='table table-striped table-hover'>
       <thead class='thead-dark'>
       <tr>
-        <th scope='col'>Id</th>
+        <th scope='col'>Vedi</th>
         <th scope='col'>Utente associato</th>
         <th scope='col'>Documento</th>
         <th scope='col'>Storage</th>

+ 3 - 0
run.sh

@@ -0,0 +1,3 @@
+. ../django/bin/activate
+python manage.py runserver 0.0.0.0:8080
+