Closes #1821: Added 'description' field to Site model

This commit is contained in:
Jeremy Stretch
2018-01-25 13:29:09 -05:00
parent ed10a99771
commit 7378d82bc4
8 changed files with 36 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.6 on 2018-01-25 17:57
# Generated by Django 1.11.6 on 2018-01-25 18:21
from __future__ import unicode_literals
from django.db import migrations, models
@@ -13,6 +13,11 @@ class Migration(migrations.Migration):
]
operations = [
migrations.AddField(
model_name='site',
name='description',
field=models.CharField(blank=True, max_length=100),
),
migrations.AddField(
model_name='site',
name='status',