mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-16 01:40:16 -04:00
19 lines
410 B
Python
19 lines
410 B
Python
# Generated by Django 3.1 on 2020-08-26 18:58
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('homepage', '0005_auto_20200826_1843'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='location',
|
|
name='hero',
|
|
field=models.ImageField(default='hero.png', upload_to='heros'),
|
|
),
|
|
]
|