gealogiuya
This commit is contained in:
23
apps/geology/migrations/0008_geology_image.py
Normal file
23
apps/geology/migrations/0008_geology_image.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.0.8 on 2024-11-02 05:07
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("geology", "0007_alter_photo_options"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="geology",
|
||||
name="image",
|
||||
field=models.ImageField(
|
||||
blank=True,
|
||||
null=True,
|
||||
upload_to="images/",
|
||||
verbose_name="Олинган жойи сурати",
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user