mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Fixed JWT token lifetime
This commit is contained in:
parent
1beaf909f0
commit
194e33db61
2 changed files with 25 additions and 3 deletions
|
@ -0,0 +1,20 @@
|
|||
# Generated by Django 4.2.3 on 2023-07-28 16:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('courses', '0001_initial'),
|
||||
('year_levels', '0001_initial'),
|
||||
('semesters', '0001_initial'),
|
||||
('subjects', '0002_alter_subject_code'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='subject',
|
||||
unique_together={('name', 'course', 'year_level', 'semester')},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue