mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:09:24 +02:00
Update django-oauth-toolkit
This commit is contained in:
parent
1f3239f01d
commit
189166ec7c
6 changed files with 108 additions and 1 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.2.4 on 2021-07-03 18:10
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('sites', '0003_auto_20171214_2205'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='site',
|
||||
options={'ordering': ['domain'], 'verbose_name': 'site', 'verbose_name_plural': 'sites'},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue