mirror of
https://github.com/Llloooggg/WhereToGo.git
synced 2026-03-06 12:36:24 +03:00
18 lines
376 B
Python
18 lines
376 B
Python
# Generated by Django 4.0.3 on 2022-04-21 15:29
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('maps', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='facility',
|
|
options={'verbose_name': 'facility', 'verbose_name_plural': 'facilities'},
|
|
),
|
|
]
|