Spaces:
Runtime error
Runtime error
File size: 423 Bytes
92f34a6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Generated by Django 4.2.16 on 2024-10-24 17:14
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("authentication", "0004_coupon_discription"),
]
operations = [
migrations.AddField(
model_name="userdata",
name="refCode",
field=models.CharField(default="", max_length=50),
),
]
|