mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 13:13:01 +02:00
Add: token field to template, forms
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2 on 2023-08-08 17:08
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('collector', '0006_remove_archive_token_remove_archive_user_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='ticket',
|
||||
old_name='upload',
|
||||
new_name='attempts',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user