split gamecard into its own app, add models to teamsnap for custom fields (images)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 3.2.13 on 2022-06-02 13:20
|
||||
# Generated by Django 3.2.13 on 2022-06-09 12:09
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
@@ -14,6 +14,14 @@ class Migration(migrations.Migration):
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Team',
|
||||
fields=[
|
||||
('id', models.IntegerField(primary_key=True, serialize=False)),
|
||||
('logo', models.ImageField(upload_to='logos')),
|
||||
('logo_mono', models.ImageField(upload_to='logos_mono')),
|
||||
],
|
||||
),
|
||||
migrations.CreateModel(
|
||||
name="Preferences",
|
||||
fields=[
|
||||
|
||||
Reference in New Issue
Block a user