index modified
This commit is contained in:
@@ -12,7 +12,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||||||
SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^'
|
SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^'
|
||||||
|
|
||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = False
|
DEBUG = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,9 @@
|
|||||||
<input id="table_name" name="name" value="True" type="checkbox" class="form-check-input" >
|
<input id="table_name" name="name" value="True" type="checkbox" class="form-check-input" >
|
||||||
RFC Cliente
|
RFC Cliente
|
||||||
</th>
|
</th>
|
||||||
|
<th scope="col">PAC</th>
|
||||||
|
<th scope="col">Tipo CFDI</th>
|
||||||
|
|
||||||
<th scope="col">actions</th>
|
<th scope="col">actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@@ -18,6 +21,10 @@
|
|||||||
<tr class="">
|
<tr class="">
|
||||||
<th scope="row">{{obj.uuid}}</th>
|
<th scope="row">{{obj.uuid}}</th>
|
||||||
<td>{{obj.rfcc}}</td>
|
<td>{{obj.rfcc}}</td>
|
||||||
|
<td>{{obj.rfcp}}</td>
|
||||||
|
<td>{{obj.tipo}}</td>
|
||||||
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{% if request.user.is_staff %}
|
{% if request.user.is_staff %}
|
||||||
<a href="#" class="btn btn-info">View</a>
|
<a href="#" class="btn btn-info">View</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user