init commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.1.6 on 2023-02-14 12:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('base', '0006_alter_patient_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='patient',
|
||||
name='description',
|
||||
field=models.CharField(max_length=500),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='patient',
|
||||
name='image',
|
||||
field=models.ImageField(upload_to='static/uploads/'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user