Commit cafd0ea5 authored by Vaughn Fajardo's avatar Vaughn Fajardo

chore: migrate db

parent 7bd38a61
# Generated by Django 4.0.3 on 2022-05-15 16:36
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('homepage', '0007_widgetuser_profile_url_alter_widgetuser_id_num'),
]
operations = [
migrations.AlterField(
model_name='widgetuser',
name='profile_url',
field=models.FileField(null=True, upload_to='static/'),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment