Add registration and login templates plus UI stuff, moderation
This commit is contained in:
26
apps/map/migrations/0009_auto_20171007_1544.py
Normal file
26
apps/map/migrations/0009_auto_20171007_1544.py
Normal file
@ -0,0 +1,26 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.7 on 2017-10-07 15:44
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('map', '0008_casestudy_date_created'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='casestudy',
|
||||
name='video',
|
||||
field=models.URLField(default="", max_length=43, verbose_name='Video'),
|
||||
preserve_default=False,
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='casestudy',
|
||||
name='image',
|
||||
field=models.ImageField(upload_to='', verbose_name='Image'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user