gealogiuya
Some checks failed
Deploy Django Application to Server / deploy (push) Failing after 19s
Telegram Notifications / Telegram Gate (push) Failing after 5s

This commit is contained in:
2026-02-27 14:56:23 +05:00
commit 0229a0595c
118 changed files with 33948 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Generated by Django 5.0.8 on 2024-11-02 04:51
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("geology", "0006_alter_geology_address_alter_geology_analysis_and_more"),
]
operations = [
migrations.AlterModelOptions(
name="photo",
options={
"ordering": ["-created_at"],
"verbose_name": "Барча кўрнишлар",
"verbose_name_plural": "Барча кўрнишлар",
},
),
]