Files @ 456d1c163077
Branch filter:

Location: website/conservancy/fundgoal/migrations/0003_fundraisinggoal_fundraiser_endtime.py

bsturmfels
Remove outdated copy of Apache config

This isn't being deployed from the repository and is a couple of servers out of date.
# Generated by Django 1.10.7 on 2021-11-19 01:45

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('fundgoal', '0002_goalprovider'),
    ]

    operations = [
        migrations.AddField(
            model_name='fundraisinggoal',
            name='fundraiser_endtime',
            field=models.DateTimeField(null=True),
        ),
    ]