소스 검색

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
+