Skip to content
Snippets Groups Projects
Commit 0c49dd62 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

migration

parent fd8eaf9f
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.6 on 2021-11-18 13:16
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0013_user_created_updated_fields'),
]
operations = [
migrations.AlterModelOptions(
name='oauthcredentials',
options={'verbose_name': 'OAuth credentials', 'verbose_name_plural': 'OAuth credentials'},
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment