updated
This commit is contained in:
19
rog/migrations/0002_alter_shapelayers_file.py
Normal file
19
rog/migrations/0002_alter_shapelayers_file.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Generated by Django 3.2.9 on 2022-03-23 06:42
|
||||
|
||||
from django.db import migrations, models
|
||||
import rog.models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('rog', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='shapelayers',
|
||||
name='file',
|
||||
field=models.FileField(blank=True, upload_to=rog.models.get_file_path),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user