italia/spid-cie-oidc-django

View on GitHub
spid_cie_oidc/authority/migrations/0007_stafftoken_expire_at.py

Summary

Maintainability
A
2 hrs
Test Coverage
Similar blocks of code found in 2 locations. Consider refactoring.
# Generated by Django 4.0.3 on 2022-03-20 10:53
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
from django.db import migrations, models
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
class Migration(migrations.Migration):
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
dependencies = [
Similar blocks of code found in 2 locations. Consider refactoring.
('spid_cie_oidc_authority', '0006_stafftoken'),
Similar blocks of code found in 2 locations. Consider refactoring.
]
Similar blocks of code found in 2 locations. Consider refactoring.
 
Similar blocks of code found in 2 locations. Consider refactoring.
operations = [
Similar blocks of code found in 2 locations. Consider refactoring.
migrations.AddField(
Similar blocks of code found in 2 locations. Consider refactoring.
model_name='stafftoken',
Similar blocks of code found in 2 locations. Consider refactoring.
name='expire_at',
Similar blocks of code found in 2 locations. Consider refactoring.
field=models.DateTimeField(blank=True, null=True),
Similar blocks of code found in 2 locations. Consider refactoring.
),
Similar blocks of code found in 2 locations. Consider refactoring.
]