Initial working version with minor bugs
This commit is contained in:
parent
f946e4933a
commit
71b3993326
83 changed files with 34485 additions and 173 deletions
18
friend_codes/migrations/0002_alter_friendcode_friend_code.py
Normal file
18
friend_codes/migrations/0002_alter_friendcode_friend_code.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.1.2 on 2025-02-20 03:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('friend_codes', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='friendcode',
|
||||
name='friend_code',
|
||||
field=models.CharField(max_length=19),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue