]> git.0d.be Git - django-panik-combo.git/blob - panikombo/migrations/0021_soundscell_tags.py
add introduction to fullwidth page placeholders
[django-panik-combo.git] / panikombo / migrations / 0021_soundscell_tags.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.29 on 2020-11-26 12:52
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6 import taggit.managers
7
8
9 class Migration(migrations.Migration):
10
11     dependencies = [
12         ('panikombo', '0020_auto_20201122_2005'),
13     ]
14
15     operations = [
16         migrations.AddField(
17             model_name='soundscell',
18             name='tags',
19             field=taggit.managers.TaggableManager(blank=True, help_text='A comma-separated list of tags.', through='taggit.TaggedItem', to='taggit.Tag', verbose_name='Tags'),
20         ),
21     ]